
The function block BASE64_ENCODE encodes a string using base64.
This form of encoding was designed to allow binary data to be transmitted intact via technologies such as email that do not correctly handle 8-bit characters.
Base64-encoded data requires approximately 33% more storage than the original data.
A string is expected at the input.
The encoded value is output as a string.