Method | 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 |
public static IsNullOrEmpty ( this Value ) : bool | ||
Value | this | |
return | bool |
public static Remove ( this s, int min, int max, char value ) : string | ||
s | this | |
min | int | |
max | int | |
value | char | |
return | string |
public static Remove ( this s, int min, int max, string value ) : string | ||
s | this | |
min | int | |
max | int | |
value | string | |
return | string |
public static Reverse ( this value ) : string | ||
value | this | |
return | string |