Bridge

Convert..::..ToDouble Method

Overload List


  Name Description
Public method Static member ToDouble(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.
Public method Static member ToDouble(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.