C# Класс BcsResolver.Extensions.TextExtensions

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

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

Метод Описание
CaselessEquals ( this str, string reference ) : bool
IsEmptyOrWhitespace ( this str ) : bool
RemoveAllWhitespaces ( this str ) : string

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

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

public static CaselessEquals ( this str, string reference ) : bool
str this
reference string
Результат bool

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

public static IsEmptyOrWhitespace ( this str ) : bool
str this
Результат bool

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

public static RemoveAllWhitespaces ( this str ) : string
str this
Результат string