DataListFindStringExact(String, String) Method
Finds the first item whose given member matches the specified string. The search is not
case-sensitive.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int FindStringExact(
string member,
string key
)
Public Function FindStringExact (
member As String,
key As String
) As Integer
public:
int FindStringExact(
String^ member,
String^ key
)
member FindStringExact :
member : string *
key : string -> int
- member String
- The member in the data source to search for the string value
- key String
- The string for which to search
Int32The zero-based index of the found item or -1 if not found