26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

convertToHex() Operation

Syntax

set aString = aBlob.convertToHex();

Semantics

Returns the blob as hex string.

Substitutables

aString

 Can be any variable or object attribute having the type String. It represents the blob as sequence of 2-digit hex values, e.g.: " 2A2B " (ASCII: " *+ ")

aBlob

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

Examples

set convertedTypes.blob2hex = inputTypeSet.aBlob.convertToHex();
Related Pages: