Returns the Index of the Item in the List

Will return -1 if not found, otherwise a value between 0 and 1 less the number of items.

Syntax

ISListReadOnly.IndexOf(value, [ignoreCase])

Parameters

NameTypeOptionalByRefDescription
value String The value to find the Index Of.
ignoreCase Boolean Optional Ignore case. If omitted, a value of False is assumed.

Return Value

Integer

An Integer value.

Member of:
ISListReadOnly
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0