C# Class Schumix.Framework.Extensions.StringExtensions

Datei anzeigen Open project: Schumix/Schumix2

Public Methods

Method Description
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

Method Details

Contains() public static method

public static Contains ( this Text, string Name, char Parameter ) : bool
Text this
Name string
Parameter char
return bool

IsLower() public static method

public static IsLower ( this value ) : bool
value this
return bool

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( this Value ) : bool
Value this
return bool

IsUpper() public static method

public static IsUpper ( this value ) : bool
value this
return bool

Remove() public static method

public static Remove ( this s, int min, int max, char value ) : string
s this
min int
max int
value char
return string

Remove() public static method

public static Remove ( this s, int min, int max, string value ) : string
s this
min int
max int
value string
return string

Reverse() public static method

public static Reverse ( this value ) : string
value this
return string

TrimMessage() public static method

public static TrimMessage ( this value, int number = 150 ) : string
value this
number int
return string