Convert..::..ToDouble Method (Object, IFormatProvider)
Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static double ToDouble( Object value, IFormatProvider provider )
<TemplateAttribute> _ Public Shared Function ToDouble ( _ value As Object, _ provider As IFormatProvider _ ) As Double
[TemplateAttribute] public: static double^ ToDouble( Object^ value, IFormatProvider^ provider )