Calitha GOLD Parser Engine Documentation

StringTokenizer.SkipAfterChar Method 

Advances the position on the input string until after a certain character is encountered.

public bool SkipAfterChar(
   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.SkipAfterChar

See Also

StringTokenizer Class | com.calitha.goldparser Namespace