Skip to main content
Skip table of contents

convertBinaryToInteger() Operation

Syntax
NONE
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
NONE
set integer1 = myBlob.convertBinaryToInteger();

Example File (Builder project E2E Action Language/BaseTypes):

<your example path>\E2E Action Language\BaseTypes\uml\converter.xml
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.