C# Class Schumix.Framework.Extensions.StringExtensions

Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

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

public static Contains ( this Text, string Name, char Parameter ) : bool
Text this
Name string
Parameter char
Résultat bool

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

TrimMessage() public static méthode

public static TrimMessage ( this value, int number = 150 ) : string
value this
number int
Résultat string