FlexReport for WinForms
Compare メソッド (Utils)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス : Compare メソッド
Compares two strings, could be used in Xaml and 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
'使用法
 
Dim strA As System.String
Dim indexA As System.Integer
Dim strB As System.String
Dim indexB As System.Integer
Dim length As System.Integer
Dim ignoreCase As System.Boolean
Dim value As System.Integer
 
value = Utils.Compare(strA, indexA, strB, indexB, length, ignoreCase)
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 メンバ