C# Class Nett.StringExtensions

Afficher le fichier Open project: paiden/Nett

Méthodes publiques

Méthode 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 méthode

public static EnsureDirectoryExists ( this s ) : bool
s this
Résultat bool

Escape() public static méthode

public static Escape ( this s ) : string
s this
Résultat string

TrimNChars() public static méthode

public static TrimNChars ( this s, int n ) : string
s this
n int
Résultat string

Unescape() public static méthode

public static Unescape ( this src, Token tkn ) : string
src this
tkn Nett.Parser.Token
Résultat string