C# 클래스 Nett.StringExtensions

파일 보기 프로젝트 열기: paiden/Nett

공개 메소드들

메소드 설명
EnsureDirectoryExists ( this s ) : bool
Escape ( this s ) : string
TrimNChars ( this s, int n ) : string
Unescape ( this src, Token tkn ) : string

메소드 상세

EnsureDirectoryExists() 공개 정적인 메소드

public static EnsureDirectoryExists ( this s ) : bool
s this
리턴 bool

Escape() 공개 정적인 메소드

public static Escape ( this s ) : string
s this
리턴 string

TrimNChars() 공개 정적인 메소드

public static TrimNChars ( this s, int n ) : string
s this
n int
리턴 string

Unescape() 공개 정적인 메소드

public static Unescape ( this src, Token tkn ) : string
src this
tkn Nett.Parser.Token
리턴 string