DecodeQuotedPrintable function

function DecodeQuotedPrintable(Const Value: string): string;

Unit
SynaCode

Description
Decodes a string from quoted printable form. (also decodes triplet sequences like '=7F')


See also:
DecodeTriplet, EncodeQuotedPrintable