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 aBlob = base64String.convertBase64ToBlob()
set aBlob = convertBase64ToBlob(LITERAL)
Semantics

convertBase64ToBlob() converts a base64 string into an internal blob object.
If the conversion is not possible, an error message is raised (for instance: NULL strings).

Substitutablesbase64String Can be any variable or object attribute being a valid base64 string.  
LITERALBase64 string literal.
Examples
Code Block
languagenone
set aBlob = convertBase64ToBlob("aW9uPSIxLjAiIGVuY29kaW5nPSJ1dGYtOCI/Pgo8");