C# Класс sb.Core.Utils.Text

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

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

Метод Описание
IsDigit ( this ch ) : bool
IsEmpty ( this s ) : bool
Split ( this text, string sep, bool removeEmpties = true ) : string[]
ToStream ( this text ) : Stream
TrimQuotes ( this text ) : string

Описание методов

IsDigit() публичный статический Метод

public static IsDigit ( this ch ) : bool
ch this
Результат bool

IsEmpty() публичный статический Метод

public static IsEmpty ( this s ) : bool
s this
Результат bool

Split() публичный статический Метод

public static Split ( this text, string sep, bool removeEmpties = true ) : string[]
text this
sep string
removeEmpties bool
Результат string[]

ToStream() публичный статический Метод

public static ToStream ( this text ) : Stream
text this
Результат Stream

TrimQuotes() публичный статический Метод

public static TrimQuotes ( this text ) : string
text this
Результат string