'宣言 Public Overloads Shared Function GetInt( _ ByVal value As System.Object, _ ByVal defaultValue As System.Integer _ ) As System.Integer
public static System.int GetInt( System.object value, System.int defaultValue )
パラメータ
- value
- 変換するオブジェクト。
- defaultValue
- デフォルト値。
戻り値の型
変換後の値。 オブジェクトを変換できなかった場合は defaultValue。