Decodes a string containing quoted-printable encoded data.
Namespace: NI.Email.Mime.DecoderAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public static byte[] DecodeBaseQuotedPrintable(
string s
)
public static byte[] DecodeBaseQuotedPrintable(
string s
)
Public Shared Function DecodeBaseQuotedPrintable (
s As String
) As Byte()
Public Shared Function DecodeBaseQuotedPrintable (
s As String
) As Byte()
public:
static array<unsigned char>^ DecodeBaseQuotedPrintable(
String^ s
)
public:
static array<unsigned char>^ DecodeBaseQuotedPrintable(
String^ s
)
static member DecodeBaseQuotedPrintable :
s : string -> byte[]
static member DecodeBaseQuotedPrintable :
s : string -> byte[]
Return Value
Type:
Byte the decoded bytes.