Method | Description | |
---|---|---|
EnsureDirectoryExists ( this s ) : bool | ||
Escape ( this s ) : string | ||
TrimNChars ( this s, int n ) : string | ||
Unescape ( this src, |
public static EnsureDirectoryExists ( this s ) : bool | ||
s | this | |
return | bool |
public static TrimNChars ( this s, int n ) : string | ||
s | this | |
n | int | |
return | string |
public static Unescape ( this src, |
||
src | this | |
tkn | ||
return | string |