Convert..::..ToDouble Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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.
|
![]() ![]() |
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.
|