C# Class Papercut.Smtp.Mime.QuotedPrintableEncoding

This class is based on the QuotedPrintable class written by Bill Gearhart found at http://www.aspemporium.com/classes.aspx?cid=6
显示文件 Open project: seif/papercut-web Class Usage Examples

Public Methods

Method Description
Decode ( string encoded ) : string

The decode.

Private Methods

Method Description
HexDecoder ( string line ) : string

The hex decoder.

HexDecoderEvaluator ( Match m ) : string

The hex decoder evaluator.

Method Details

Decode() public static method

The decode.
///
public static Decode ( string encoded ) : string
encoded string /// The encoded. ///
return string