SharpMimeTools Documented Class Library

SharpMimeTools.QuotedPrintable2Unicode Method (Encoding, String)

[This is preliminary documentation and subject to change.]

Decode rfc 2047 definition of quoted-printable

public static string QuotedPrintable2Unicode(
   Encoding enc,
   string orig
);

Parameters

enc
Encoding to use
orig
String to decode

Return Value

the decoded String

See Also

SharpMimeTools Class | anmar.SharpMimeTools Namespace | SharpMimeTools.QuotedPrintable2Unicode Overload List