Method OrdinaryChars
OrdinaryChars(Int32, Int32)
Specifies that the characters in the range from low
to hi
shall be treated as an ordinary character by this tokenizer. That is,
they have no special meaning as a comment character, word component,
white space, string delimiter or number.
Declaration
public void OrdinaryChars(int low, int hi)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | low | The first character in the range of ordinary characters. |
System.Int32 | hi | The last character in the range of ordinary characters. |