Convert..::..ToDouble Method (Object)
Converts the value of the specified object to a double-precision floating-point number.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static double ToDouble( Object value )
<TemplateAttribute> _ Public Shared Function ToDouble ( _ value As Object _ ) As Double
[TemplateAttribute] public: static double^ ToDouble( Object^ value )
Parameters
- value
- Type: System..::..Object