SharpMimeTools Documented Class Library

SharpMimeTools.QuotedPrintable2Unicode Method (String, String)

[This is preliminary documentation and subject to change.]

Decode rfc 2047 definition of quoted-printable

public static string QuotedPrintable2Unicode(
   string charset,
   string orig
);

Parameters

charset
charset to use when decoding
orig
string to decode

Return Value

the decoded String

See Also

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