Function Bin2QP() Foundation
Transforms the passed string to a "quoted-printable" encoded string.
Bin2QP( <cString>, [<nLineLen>] ) --> cEncodedString
This is the encoded string.
The function Bin2QP() encodes the characters in <cString> according to the "quoted-printable" algorithm. The return value of the function Bin2QP()contains only human-readable characters and is suitable for reliably transporting strings over channels that only support text content.
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.