Firebird ADO.NET Provider SDK Documentation - v1.7

StringParser.IndexOf Method

Returns the index of the substring in the string. If the substring does not exists the method returns -1.

Overload List

Returns the index of the substring in the string. If the substring does not exists the method returns -1.

public int IndexOf(string);

Returns the index of the substring in the string starting on index startIndex. If the substring does not exists the method returns -1.

public int IndexOf(string,int);

See Also

StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace