FDO API Reference Feature Data Objects
virtual FDO_API_COMMON FdoInt32 FdoStringCollection::IndexOf ( FdoStringP  value,
FdoBoolean  caseSensitive = true 
) const [virtual]

Given a string, returns its position in this collection.

Parameters:
value Input the string to check
caseSensitive Input if true, do a case-sensitive comparison of the string and members of this collection. If false, the comparison is case-insensitive.
Returns:
Returns the string's position. Returns -1 if the string is not in this collection.


Comments or suggestions? Send us feedback.