C# Класс Schumix.Installer.Extensions.StringExtensions

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

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

Метод Описание
IsLower ( this value ) : bool
IsNullOrEmpty ( this Value ) : bool
IsUpper ( this value ) : bool
Remove ( this s, int min, int max, char value ) : string
Remove ( this s, int min, int max, string value ) : string
Reverse ( this value ) : string

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

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

public static IsLower ( this value ) : bool
value this
Результат bool

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

public static IsNullOrEmpty ( this Value ) : bool
Value this
Результат bool

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

public static IsUpper ( this value ) : bool
value this
Результат bool

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

public static Remove ( this s, int min, int max, char value ) : string
s this
min int
max int
value char
Результат string

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

public static Remove ( this s, int min, int max, string value ) : string
s this
min int
max int
value string
Результат string

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

public static Reverse ( this value ) : string
value this
Результат string