ToBase64
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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