Returns the index of the substring in the string. If the substring does not exists the method returns -1.
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);
StringParser Class | FirebirdSql.Data.Firebird.Isql Namespace