Breadcrumbs

convertHexToBlob() Operation

Syntax

set aBlob = aHexString.convertHexToBlob()

Semantics

Returns the hex string as a blob.

Substitutables

aBlob

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

aHexString

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

Examples

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