C# Class Schumix.Installer.Extensions.StringExtensions

Show file Open project: Schumix/Schumix2

Public Methods

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

Method Details

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