You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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();
  • No labels