Formats/Base64 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : Formats/Base64

Base64 (.b64) File Format

Base 64 file format

 

Description

Examples

Description

• 

Base 64 encoding is a common means of encoding binary data using a 64-character subset of 8-bit ASCII. It is intended to permit binary data to be encoded in contexts where only text data is reliably supported.

• 

The StringTools[Encode] and StringTools[Decode] commands with encoding=base64 can encode and decode strings and ByteArrays using base 64 encoding.

• 

The Import and Export commands can be used to read and write files in the base 64 format.

Examples

Import a binary file as a ByteArray and encode into base 64 format.

(1)

(2)

(3)

See Also

Formats

 


Download Help Document