Method | 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 | ||
TrimMessage ( this value, int number = 150 ) : string |
public static Contains ( this Text, string Name, char Parameter ) : bool | ||
Text | this | |
Name | string | |
Parameter | char | |
return | bool |
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 TrimMessage ( this value, int number = 150 ) : string | ||
value | this | |
number | int | |
return | string |