Function QP2Bin() Foundation

Decodes a "quoted-printable" encoded string.

Syntax
QP2Bin( <cString> ) --> cDecodedString
Parameters
<cString>
This is the encoded string which shall be decoded.
Return

This is the decoded string.

Description

This function is basically used by the class MimeContent for decoding content with the encoding type "quoted-printable"

Feedback

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.