Method PeekToken
PeekToken()
When implemented by a class, parses next portion of the text, remaining current position unchanged.
int PeekToken()
Returns
- int
Token that corresponds to the next position.
PeekToken(out string)
When implemented by a class, parses next portion of the text, remaining current position unchanged.
int PeekToken(out string str)
Parameters
str
stringRetrieves token string for the next token.
Returns
- int
Token that corresponds to the next position.