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++F#
[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()
public:
[ObsoleteAttribute(L"Use MIME_Utils.QuotedPrintableDecode instead of it")]
static array<unsigned char>^ QuotedPrintableDecode(
	array<unsigned char>^ data
)
[<ObsoleteAttribute("Use MIME_Utils.QuotedPrintableDecode instead of it")>]
static member QuotedPrintableDecode : 
        data : byte[] -> byte[] 
Parameters
data (array<Byte>[]()[][])
Data which to encode.
Return Value
array<Byte>[]()[][]

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

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119