Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
StringParser Constructor (String, Boolean)
Creates an instance of StringParser.
[Visual Basic]
Overloads Public Sub New( _
ByVal
targetString As
String, _
ByVal
caseSensitive As
Boolean _
)
[C#]
public StringParser(
string targetString,
bool caseSensitive);
Parameters
-
targetString
- Indicates if parser system should be case-sensitive (true) or case-intensitive (false).
-
caseSensitive
- The string to parse.
Remarks
By defining the string (to parse) in constructor you can call directly the method ParseNext without having to initializate the target string on Parse method. See the example for further details.
See Also
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace | StringParser Constructor Overload List