Method NextToken
NextToken()
Parses text from current position to the next token and updates TokenPos
, CurrentPos
and TokenString
properties.
public virtual int NextToken()
Returns
- int
Token that corresponds to the next position.
NextToken(out string)
Parses text from current position to the next token and updates TokenPos
, CurrentPos
and TokenString
properties.
public virtual int NextToken(out string str)
Parameters
str
stringRetrieves token string for the next token.
Returns
- int
Token that corresponds to the next position.