Method NextTokenRequired
NextTokenRequired()
Advances to the NextToken, throwing an exception if not present.
public string NextTokenRequired()
Returns
- string
The next token found
NextTokenRequired(bool)
Advances to the NextToken, throwing an exception if not present.
public string NextTokenRequired(bool allowQuotedToken)
Parameters
allowQuotedToken
bool
Returns
- string
The next token found