LumiSoft Net Help
QuotedPrintableDecode Method (data)
NamespacesLumiSoft.Net.MIMEMIME_UtilsQuotedPrintableDecode(array<Byte>[]()[][])
quoted-printable decoder. Defined in RFC 2045 6.7.
Declaration Syntax
C#Visual BasicVisual C++F#
public static byte[] QuotedPrintableDecode(
	byte[] data
)
Public Shared Function QuotedPrintableDecode ( 
	data As Byte()
) As Byte()
public:
static array<unsigned char>^ QuotedPrintableDecode(
	array<unsigned char>^ data
)
static member QuotedPrintableDecode : 
        data : byte[] -> byte[] 
Parameters
data (array<Byte>[]()[][])
Data which to encode.
Return Value
array<Byte>[]()[][]
Returns decoded data.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when data is null reference.

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