Function Bin2Base64() Foundation
Converts a string to a base64 encoded string.
Bin2Base64( <cString>, [<nLineLen>] ) --> cEncodedString
This function returns a base64 encoded string.
The function Bin2Base64() encodes the characters cString according to the base64 algorithm. The return value of the function Bin2Base64() contains only human readable characters and is suitable for the transport over channels that only support text content reliably.
If the encoded string must comply with the MIME content transfer encoding standard, pass the numeric value 72 in the parameter <nLineLen>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.