C# Class HealthInformationProgram.CustomExtensions.StringExtensions

Datei anzeigen Open project: MedicalTeams/Hip_Admin

Public Methods

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

public static IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool
str this
return bool

IsNullOrEmptyOrWhiteSpace() public static method

public static IsNullOrEmptyOrWhiteSpace ( this str ) : bool
str this
return bool

MakeDBFriendly() public static method

public static MakeDBFriendly ( this str ) : string
str this
return string

TrimedUpperCase() public static method

public static TrimedUpperCase ( this str ) : string
str this
return string

Truncate() public static method

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
return string