FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / Compare Method

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

    Parameters

    strA
    indexA
    strB
    indexB
    length
    ignoreCase
    See Also