A quoted-printable encoder/decoder.

Namespace:  Sasa.Net.Mail
Assembly:  Sasa.Net (in Sasa.Net.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class QuotedPrintable
C#
public static class QuotedPrintable
Visual C++
public ref class QuotedPrintable abstract sealed
JavaScript
Sasa.Net.Mail.QuotedPrintable = function();

Type.createClass(
	'Sasa.Net.Mail.QuotedPrintable');

Remarks

References: http://www.freesoft.org/CIE/RFC/1521/6.htm http://www.technology.niagarac.on.ca/courses/comp530/images/AsciiTable.jpg

Inheritance Hierarchy

System..::.Object
  Sasa.Net.Mail..::.QuotedPrintable

See Also