Definition
public static int IndexOf( string[] array, string value, int startIndex, int count );
Parameters
arraySystem.String[]. valueSystem.String. startIndexSystem.Int32. countSystem.Int32.
Return Value
System.Int32.