Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Function IndexOf ( _
	value As String, _
	fieldIndex As Integer, _
	ignoreCase As Boolean _
) As Integer
C#
public int IndexOf(
	string value,
	int fieldIndex,
	bool ignoreCase
)
Visual C++
public:
int IndexOf(
	String^ value, 
	int fieldIndex, 
	bool ignoreCase
)

Parameters

value
Type: System..::.String
fieldIndex
Type: System..::.Int32
ignoreCase
Type: System..::.Boolean

See Also