Method PeekValidToken
PeekValidToken()
When implemented by a class, parses to the next valid (non-whitespace, non-comment) portion of the text, remaining current position unchanged.
int PeekValidToken()
Returns
- int
Next valid token.
PeekValidToken(out string)
When implemented by a class, parses to the next valid (non-whitespace, non-comment) portion of the text, remaining current position unchanged.
int PeekValidToken(out string str)
Parameters
str
stringRetrieves token string for the next valid token.
Returns
- int
Next valid token.