Symbol.IConvertible.ToDouble Method | |
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD IConvertible.ToDouble(
provider AS IFormatProvider
) AS REAL8
double IConvertible.ToDouble(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
DoubleA double-precision floating-point number equivalent to the value of this instance.
Implements
ToDouble(IFormatProvider)See Also