C# Класс Nett.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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