InRange Method
InRange(char)
Checks whether a given character is in the current range.
Declaration
public bool InRange(char c)
Public Function InRange(c As Char) As Boolean
Parameters
| Type |
Name |
Description |
| char |
c |
The character to check.
|
Returns
| Type |
Description |
| bool |
true if the character is in the range, false otherwise.
|