Back to product page

FromBase64 method (FileBlob)


Imports base64 encoded data into the Blob.

Type

None

Syntax

  • Basic
object.FromBase64 Data
The FromBase64(object,Data) syntax has these parts:
objectAn expression evaluating to an object of type FileBlob.
DataRequired. A String value. Contains BASE64 encoded data.

Remarks

WARNING: you should not use this method with large files, or large amounts of data!

The FromBase64 method will import BASE64 encoded data into the Blob. This can be data generated by the ToBase64 method, or data from another source.

Code sample

  • Basic

Platforms

Windows