Method WhitespaceChars
WhitespaceChars(Int32, Int32)
Specifies that the characters in the range from low
to hi
shall be treated as whitespace characters by this tokenizer.
Declaration
public void WhitespaceChars(int low, int hi)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | low | The first character in the range of whitespace characters. |
System.Int32 | hi | The last character in the range of whitespace characters. |