Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set aString = aBlob.convertToHex();
SemanticsReturns the blob as hex string.
SubstitutablesaString 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: " *+ ")
aBlobCan be any variable or object attribute having the type Blob.
Examples
Code Block
languagenone
set convertedTypes.blob2hex = inputTypeSet.aBlob.convertToHex();