The methods of the DecoderUtil class are listed below. For a complete list of DecoderUtil class members, see the DecoderUtil Members topic.
![]() DecodeB | Decodes an encoded word encoded with the 'B' encoding (described in RFC 2047) found in a header field body. |
![]() DecodeBase64 | Decodes a string containing base64 encoded data. |
![]() DecodeBaseQuotedPrintable | Decodes a string containing quoted-printable encoded data. |
![]() DecodeEncodedWords | 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. |
![]() DecodeQ | Decodes an encoded word encoded with the 'Q' encoding (described in RFC 2047) found in a header field body. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |