Breadcrumbs

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


set integer1 = myBlob.convertBinaryToInteger();




icon_download_example.png

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