Array.IndexOf Method


Definition

public static int IndexOf( char[] array, char value, int startIndex, int count );

Parameters

arraySystem.Char[].
valueSystem.Char.
startIndexSystem.Int32.
countSystem.Int32.

Return Value

System.Int32.

© 2004-2005 GlobFX Technologies. All rights reserved.