Hunny Software Library Reference

QuotedPrintableEncoderW Class

Class that performs quoted-printable encoding, with output to a char array.

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

System.Object
   QuotedPrintableEncoderW

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

Remarks

This class is the same as QuotedPrintableEncoder, except that the output is written to a character array, instead of a byte array. See the overview section of QuotedPrintableEncoder for general information that applies to both QuotedPrintableEncoder and QuotedPrintableEncoderW.

Requirements

Namespace: Hunny.Mime

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

See Also

QuotedPrintableEncoderW Members | Hunny.Mime Namespace | QuotedPrintableEncoder