FlexReport for WinForms
GetIndex メソッド


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

パラメータ

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

戻り値の型

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

Util クラス
Util メンバ