Converts an object to an integer or a string that can be used as an index in a collection.
シンタックス
'宣言
Public Shared Function GetIndex( _
ByVal As System.Object, _
ByRef As System.Integer _
) As System.String
public static System.string GetIndex(
System.object ,
out System.int
)
パラメータ
- value
- The object to convert.
- integer
- OUT: the integer index if could be converted to an integer, -1 otherwise.
戻り値の型
The string index (use only if is -1).
参照