Method | Description | |
---|---|---|
InRange ( this c, char min, char max ) : bool | ||
IsBareKeyChar ( this c ) : bool | ||
IsNumericSign ( this c ) : bool | ||
ToReadable ( this c ) : string |
public static InRange ( this c, char min, char max ) : bool | ||
c | this | |
min | char | |
max | char | |
return | bool |
public static IsBareKeyChar ( this c ) : bool | ||
c | this | |
return | bool |
public static IsNumericSign ( this c ) : bool | ||
c | this | |
return | bool |