You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
set aBlob = anHexString.convertHexToBlob()
SemanticsReturns the blob as Hex string.
SubstitutablesaBlob Can be any variable or object attribute having the type Blob.
anHexStringA String of Hex literals. For example: "2A2B" (ASCII: "*+")
Examples
set convertedTypes.hex2blob = inputTypeSet.anHexString.convertHexToBlob();
  • No labels