Mime4.net Home | Community Edition | Order | Usage examples | Feedback
QuotedPrintableCodec Decode Method MIME4NET Class Library Documentation
Decodes a QuotedPrintable encoded string

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

public static string Decode(
	string toDecode
)

Return Value

Type: String
Decoded string
See Also