C# Class Nett.StringExtensions

Mostra file Open project: paiden/Nett

Public Methods

Method Description
EnsureDirectoryExists ( this s ) : bool
Escape ( this s ) : string
TrimNChars ( this s, int n ) : string
Unescape ( this src, Token tkn ) : string

Method Details

EnsureDirectoryExists() public static method

public static EnsureDirectoryExists ( this s ) : bool
s this
return bool

Escape() public static method

public static Escape ( this s ) : string
s this
return string

TrimNChars() public static method

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

Unescape() public static method

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