Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DecoderUtil MethodsMIME4NET Class Library Documentation

The DecoderUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDecideHeaderEncoding
Public methodStatic memberDecodeB
Decodes an encoded word encoded with the 'B' encoding (described in RFC 2047) found in a header field body.
Public methodStatic memberDecodeBase64
Decodes a string containing base64 encoded data.
Public methodStatic memberDecodeBaseQuotedPrintable
Decodes a string containing quoted-printable encoded data.
Public methodStatic memberDecodeEncodedWords
Decodes a string containing encoded words as defined by RFC 2047. Encoded words in have the form =?charset?enc?Encoded word?= where enc is either 'Q' or 'q' for quoted-printable and 'B' or 'b' for Base64.
Public methodStatic memberDecodeQ
Decodes an encoded word encoded with the 'Q' encoding (described in RFC 2047) found in a header field body.
Public methodStatic memberEncodeQB
Public methodStatic memberEncodeQBInternal
Public methodStatic memberEncodeWords
Encodes a string as defined by RFC 2047. Encoded words in have the form =?charset?enc?Encoded word?= where enc is 'Q' or 'q' stands for quoted-printable and 'B' or 'b' for base64.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetNonAsciiPart
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsASCII
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also