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.convertToString();
SemanticsReturns the blob as base64 string.
SubstitutablesaStringCan be any variable or object attribute having the type String
aBlobCan be any variable or object attribute having the type Blob.
Examples
Code Block
languagenone
set aString = aBlob.convertToString();