Method | Description | |
---|---|---|
IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool | ||
IsNullOrEmptyOrWhiteSpace ( this str ) : bool | ||
MakeDBFriendly ( this str ) : string | ||
TrimedUpperCase ( this str ) : string | ||
Truncate ( this value, int maxLength ) : string |
public static IsNOTNullNorEmptyNorWhiteSpace ( this str ) : bool | ||
str | this | |
return | bool |
public static IsNullOrEmptyOrWhiteSpace ( this str ) : bool | ||
str | this | |
return | bool |
public static MakeDBFriendly ( this str ) : string | ||
str | this | |
return | string |
public static TrimedUpperCase ( this str ) : string | ||
str | this | |
return | string |
public static Truncate ( this value, int maxLength ) : string | ||
value | this | |
maxLength | int | |
return | string |