Reports for WinForms
GetIndex メソッド

C1.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > Util クラス : GetIndex メソッド
変換するオブジェクト。
出力: value を整数に変換できた場合は整数のインデックス。そうでない場合は -1。
オブジェクトを、コレクション内のインデックスとして使用できる整数または文字列に変換します。
シンタックス
'宣言
 
Public Shared Function GetIndex( _
   ByVal value As System.Object, _
   ByRef integer As System.Integer _
) As System.String
public static System.string GetIndex( 
   System.object value,
   out System.int integer
)

パラメータ

value
変換するオブジェクト。
integer
出力: value を整数に変換できた場合は整数のインデックス。そうでない場合は -1。

戻り値の型

文字列のインデックス(integer が -1 の場合にのみ使用)。
参照

Util クラス
Util メンバ