Firebird ADO.NET Provider SDK Documentation - v1.7

StringParser Properties

The properties of the StringParser class are listed below. For a complete list of StringParser class members, see the StringParser Members topic.

Public Instance Properties

CharsParsed Loaded after a parsing operation with the number of chars parsed.
Length Returns the length of the string that is being parsed.
Result Loaded after a parsing operation with the string that was found between tokens.
Token The string separator. The default value is a white space: 0x32 ASCII code.

See Also

StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace