quoted-printable decoder. Defined in RFC 2045 6.7.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use MIME_Utils.QuotedPrintableDecode instead of it")] public static byte[] QuotedPrintableDecode( byte[] data )
<ObsoleteAttribute("Use MIME_Utils.QuotedPrintableDecode instead of it")> _ Public Shared Function QuotedPrintableDecode ( _ data As Byte() _ ) As Byte()
[ObsoleteAttribute(L"Use MIME_Utils.QuotedPrintableDecode instead of it")] public: static array<unsigned char>^ QuotedPrintableDecode( array<unsigned char>^ data )
- data (array<Byte>[]()[][])
- Data which to encode.
[Missing <returns> documentation for "M:LumiSoft.Net.Core.QuotedPrintableDecode(System.Byte[])"]