Method NextToken
NextToken()
Advances to the NextToken.
public bool NextToken()
Returns
- bool
true if next token was found, false if at end of string
NextToken(bool)
Advances to the NextToken
public bool NextToken(bool allowQuotedToken)
Parameters
allowQuotedToken
bool
Returns
- bool
true if next token was found, false if at end of string
NextToken(bool, char)
Advances to the NextToken. A separator character can be specified which overrides the one previously set.
public bool NextToken(bool allowQuotedToken, char separator)
Parameters
Returns
- bool
true if next token was found, false if at end of string