Method OrdinaryChar
OrdinaryChar(Int32)
Specifies that the character ch
shall be treated as an ordinary
character by this tokenizer. That is, it has no special meaning as a
comment character, word component, white space, string delimiter or
number.
Declaration
public void OrdinaryChar(int ch)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ch | The character to be considered an ordinary character. |