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

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

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

Метод Описание
Contains ( this Text, string Name, char Parameter ) : bool
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
TrimMessage ( this value, int number = 150 ) : string

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

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

public static Contains ( this Text, string Name, char Parameter ) : bool
Text this
Name string
Parameter char
Результат bool

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

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

public static TrimMessage ( this value, int number = 150 ) : string
value this
number int
Результат string