Skip to main content
Skip table of contents

convertBinaryToInteger() Operation

Syntax

set anInteger = aBlob.convertBinaryToInteger();

Semantics

Decodes the binary data of the blob directly to an integer value. Max-value allowed within the blob is 64 bit.

Substitutables

anInteger

Can be any variable or object attribute having type Integer

aBlob

Can be any variable or object attribute having type Blob.

Examples

CODE
set integer1 = myBlob.convertBinaryToInteger();
JavaScript errors detected

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

If this problem persists, please contact our support.