Breadcrumbs

convertHexToBlob() Operation


Syntax


set aBlob = anHexString.convertHexToBlob()


Semantics

Returns the blob as Hex string.

Substitutables

aBlob

 Can be any variable or object attribute having the type Blob.

anHexString

A String of Hex literals. For example: "2A2B" (ASCII: "*+")

Examples


set convertedTypes.hex2blob = inputTypeSet.anHexString.convertHexToBlob();




icon_download_example.png

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