'宣言
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
- 変換するオブジェクト。
- integer
- 出力: を整数に変換できた場合は整数のインデックス。そうでない場合は -1。
戻り値の型
文字列のインデックス( が -1 の場合にのみ使用)。