C# 클래스 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
파일 보기 프로젝트 열기: seif/papercut-web 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( string encoded ) : string

The decode.

비공개 메소드들

메소드 설명
HexDecoder ( string line ) : string

The hex decoder.

HexDecoderEvaluator ( Match m ) : string

The hex decoder evaluator.

메소드 상세

Decode() 공개 정적인 메소드

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