DecodeQuotedPrintable function
function
DecodeQuotedPrintable(Const Value: string): string;
Unit
SynaCode
Description
Decode
s a
string from quoted printable form. (
also
decodes triplet sequences like '=7F')
See also:
DecodeTriplet
,
EncodeQuotedPrintable