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