Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DecoderUtil DecodeBaseQuotedPrintable Method MIME4NET Class Library Documentation
Decodes a string containing quoted-printable encoded data.

Namespace: NI.Email.Mime.Decoder
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static byte[] DecodeBaseQuotedPrintable(
	string s
)

Return Value

Type:  Byte 
the decoded bytes.
See Also