String..::..Compare Method (String, Int32, String, Int32, Int32, Boolean, CultureInfo)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static int Compare( string strA, int indexA, string strB, int indexB, int length, bool ignoreCase, CultureInfo culture )
<TemplateAttribute> _ Public Shared Function Compare ( _ strA As String, _ indexA As Integer, _ strB As String, _ indexB As Integer, _ length As Integer, _ ignoreCase As Boolean, _ culture As CultureInfo _ ) As Integer
[TemplateAttribute] public: static int^ Compare( String^ strA, int^ indexA, String^ strB, int^ indexB, int^ length, bool^ ignoreCase, CultureInfo^ culture )
Parameters
- strA
- Type: System..::..String
- indexA
- Type: System..::..Int32
- strB
- Type: System..::..String
- indexB
- Type: System..::..Int32
- length
- Type: System..::..Int32
- ignoreCase
- Type: System..::..Boolean
- culture
- Type: System.Globalization..::..CultureInfo