C# 클래스 IrcDotNet.TextUtilities

파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet

공개 메소드들

메소드 설명
Dequote ( this value, char escapeChar, char>.IDictionary dequotedChars ) : string
GetValue ( this match ) : string
Quote ( this value, char escapeChar, char>.IDictionary quotedChars ) : string
SplitIntoPair ( this value, string separator ) : string>.Tuple

비공개 메소드들

메소드 설명
ChangeEncoding ( this value, Encoding currentEncoding, Encoding newEncoding ) : string

메소드 상세

Dequote() 공개 정적인 메소드

public static Dequote ( this value, char escapeChar, char>.IDictionary dequotedChars ) : string
value this
escapeChar char
dequotedChars char>.IDictionary
리턴 string

GetValue() 공개 정적인 메소드

public static GetValue ( this match ) : string
match this
리턴 string

Quote() 공개 정적인 메소드

public static Quote ( this value, char escapeChar, char>.IDictionary quotedChars ) : string
value this
escapeChar char
quotedChars char>.IDictionary
리턴 string

SplitIntoPair() 공개 정적인 메소드

public static SplitIntoPair ( this value, string separator ) : string>.Tuple
value this
separator string
리턴 string>.Tuple