Skip to main content
Skip table of contents

convertToString() Operation for Blobs

Syntax

set aString = aBlob.convertToString();

Semantics

Returns the blob as base64 string.

Substitutables

aString

Can be any variable or object attribute having the type String

aBlob

Can be any variable or object attribute having the type Blob.

Examples

NONE
set aString = aBlob.convertToString();
JavaScript errors detected

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

If this problem persists, please contact our support.