Method PeekToken
PeekToken()
Parses next portion of the text, remaining current position unchanged.
public virtual int PeekToken()
Returns
- int
Token that corresponds to the next position.
PeekToken(out string)
Parses next portion of the text, remaining current position unchanged.
public virtual int PeekToken(out string str)
Parameters
str
stringRetrieves token string for the next token.
Returns
- int
Token that corresponds to the next position.