C# Класс HealthInformationProgram.CustomExtensions.StringExtensions

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

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

Метод Описание
IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
IsNullOrEmptyOrWhiteSpace ( this str ) : bool
MakeDBFriendly ( this str ) : string
TrimedUpperCase ( this str ) : string
Truncate ( this value, int maxLength ) : string

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

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

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

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

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

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

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

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

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

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

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
Результат string