Skip to main content
Skip table of contents

convertBase64ToBlob() Operation

Syntax

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).

Substitutables

base64String

Can be any variable or object attribute being a valid base64 string.  

LITERAL

Base64 string literal.

Examples

NONE
set aBlob = convertBase64ToBlob("aW9uPSIxLjAiIGVuY29kaW5nPSJ1dGYtOCI/Pgo8");

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.