ToBase64

Calculates the Base64 representation of a string or binary object.

The Base64 format uses printable characters, allowing binary data to be sent in forms and e-mail, and stored in a database or file.

Method Signature

ToBase64(string_or_object=[any], encoding=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

string_or_object

any

true

A string or a binary object.

encoding

string

false

The character encoding (character set) of the string, used with binary data.

UTF-8

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC