Document Library for UWP
Compare メソッド (Utils)

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > Utils クラス : Compare メソッド
2 つの文字列を比較します。Xaml と WinForms で使用できます。
シンタックス
'宣言
 
Public Shared Function Compare( _
   ByVal strA As System.String, _
   ByVal indexA As System.Integer, _
   ByVal strB As System.String, _
   ByVal indexB As System.Integer, _
   ByVal length As System.Integer, _
   ByVal ignoreCase As System.Boolean _
) As System.Integer
public static System.int Compare( 
   System.string strA,
   System.int indexA,
   System.string strB,
   System.int indexB,
   System.int length,
   System.bool ignoreCase
)

パラメータ

strA
indexA
strB
indexB
length
ignoreCase
参照

Utils クラス
Utils メンバ