Syntax
set anInteger = aBlob.convertBinaryToInteger();
SemanticsDecodes the binary data of the blob directly to an integer value. Max-value allowed within the blob is 64 bit.
SubstitutablesanIntegerCan be any variable or object attribute having type Integer
 aBlobCan be any variable or object attribute having type Blob.
Examples
set integer1 = myBlob.convertBinaryToInteger();