C# Class Schumix.Installer.Extensions.StringExtensions

Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode 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 méthode

public static IsLower ( this value ) : bool
value this
Résultat bool

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( this Value ) : bool
Value this
Résultat bool

IsUpper() public static méthode

public static IsUpper ( this value ) : bool
value this
Résultat bool

Remove() public static méthode

public static Remove ( this s, int min, int max, char value ) : string
s this
min int
max int
value char
Résultat string

Remove() public static méthode

public static Remove ( this s, int min, int max, string value ) : string
s this
min int
max int
value string
Résultat string

Reverse() public static méthode

public static Reverse ( this value ) : string
value this
Résultat string