Hunny Software Library Reference

QuotedPrintableDecoderW Class

Class that performs quoted-printable decoding, with input from a char array.

For a list of all members of this type, see QuotedPrintableDecoderW Members.

System.Object
   QuotedPrintableDecoderW

[Visual Basic]
Public Class QuotedPrintableDecoderW
[C#]
public class QuotedPrintableDecoderW

Remarks

This class is the same as QuotedPrintableDecoder, except that the input is taken from a character array, instead of a byte array. See the overview section of QuotedPrintableDecoder for general information that applies to both QuotedPrintableDecoder and QuotedPrintableDecoderW.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

QuotedPrintableDecoderW Members | Hunny.Mime Namespace | QuotedPrintableDecoder