Reports for WPF
GetIndex メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > Util クラス : GetIndex メソッド
The object to convert.
OUT: the integer index if value could be converted to an integer, -1 otherwise.
Converts an object to an integer or a string that can be used as an index in a collection.
シンタックス
'宣言
 
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
The object to convert.
integer
OUT: the integer index if value could be converted to an integer, -1 otherwise.

戻り値の型

The string index (use only if integer is -1).
参照

Util クラス
Util メンバ