C# Class HealthInformationProgram.CustomExtensions.StringExtensions

Afficher le fichier Open project: MedicalTeams/Hip_Admin

Méthodes publiques

Méthode Description
IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
IsNullOrEmptyOrWhiteSpace ( this str ) : bool
MakeDBFriendly ( this str ) : string
TrimedUpperCase ( this str ) : string
Truncate ( this value, int maxLength ) : string

Method Details

IsNOTNullNorEmptyNorWhiteSpace() public static méthode

public static IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
str this
Résultat bool

IsNullOrEmptyOrWhiteSpace() public static méthode

public static IsNullOrEmptyOrWhiteSpace ( this str ) : bool
str this
Résultat bool

MakeDBFriendly() public static méthode

public static MakeDBFriendly ( this str ) : string
str this
Résultat string

TrimedUpperCase() public static méthode

public static TrimedUpperCase ( this str ) : string
str this
Résultat string

Truncate() public static méthode

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
Résultat string