[]
        
(Showing Draft Content)

C1.Document.Utils.Compare

Compare Method

Compare(string, int, string, int, int, bool)

Compares two strings, could be used in Xaml and WinForms.

Declaration
public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)
Parameters
Type Name Description
string strA
int indexA
string strB
int indexB
int length
bool ignoreCase
Returns
Type Description
int