'Declaration
Public Overloads Function FindStringExact( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal textFormat As String _ ) As Integer
'Usage
Dim instance As GcComboBox Dim s As String Dim startIndex As Integer Dim textFormat As String Dim value As Integer value = instance.FindStringExact(s, startIndex, textFormat)
public int FindStringExact( string s, int startIndex, string textFormat )
Parameters
- s
- The System.String to search for.
- startIndex
- The zero-based index of the item before the first item to be searched.
- textFormat
- The System.String refer to the text foramt.
Return Value
The zero-based index of the first item found; returns -1 if no match is found.