DataNavigatorFindStringExact Method

There are two overloads for this method

Overload List

FindStringExact(String, String) Finds the first item whose given member matches the specified string. The search is not case-sensitive.
FindStringExact(String, String, Int32) Finds the first item after the given index whose given data member matches the given string. The search is not case-sensitive.

See Also