Calitha GOLD Parser Engine Documentation

StringTokenizer.SkipToChar Method 

Advances the position on the input string until a certain character is encountered. The input will point to this character for the next token that will be retrieved.

public bool SkipToChar(
   char ch
);

Parameters

ch
The character that will be searched for.

Return Value

It will return false if the end-of-file will be reached before the character is found.

Implements

IStringTokenizer.SkipToChar

See Also

StringTokenizer Class | com.calitha.goldparser Namespace