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

Compare with Current View Page History

Version 1 Current »

Syntax
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
set aString = aBlob.convertToString();
  • No labels