Repeats the parsing starting on the index returned by Parse method.
You can also call ParseNext directly (without calling Parse) if you define the text to be parsed at instance construction.The index of the char next char after the Token end.
If nothing is parsed the method will return -1. Case the Token wasn't found until the end of the string the method returns (in Result) the string found between the starting index and the end of the string.
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace