Skip to main content
Skip table of contents

convertHexToBlob() Operation

Syntax

set aBlob = aHexString.convertHexToBlob()

Semantics

Returns the blob as a Hex string.

Substitutables

aBlob

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

aHexString

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

Examples

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

JavaScript errors detected

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

If this problem persists, please contact our support.