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