LumiSoft Net Help
QuotedPrintableDecode Method (data)
NamespacesLumiSoft.NetCoreQuotedPrintableDecode(array<Byte>[]()[][])
quoted-printable decoder. Defined in RFC 2045 6.7.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
data (array<Byte>[]()[][])
Data which to encode.
Return Value

[Missing <returns> documentation for "M:LumiSoft.Net.Core.QuotedPrintableDecode(System.Byte[])"]

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129