In This Topic
Compares two strings, could be used in Xaml and WinForms.
Syntax
'Declaration
Public Shared Function Compare( _
ByVal As String, _
ByVal As Integer, _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As Integer
public static int Compare(
string ,
int ,
string ,
int ,
int ,
bool
)
Parameters
- strA
- indexA
- strB
- indexB
- length
- ignoreCase
See Also