Description
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.
Returns
The Base64 representation of a string or binary object.
Category
Conversion functions, String functions