Returns the index of the substring in the string. If the substring does not exists the method returns -1.
The index of the substring or -1 if the string does not exists within the source string. If the the substring is empty method returns 0.
The instance parses for the substring in a case sensitive or intensive way, as you specify at class construction.
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace | StringParser.IndexOf Overload List