Enum.IConvertible.ToDouble(IFormatProvider) Method

Definition

Converts the current value to a double-precision floating point number based on the underlying type.

 virtual double System.IConvertible.ToDouble(IFormatProvider ^ provider) = IConvertible::ToDouble;
double IConvertible.ToDouble (IFormatProvider provider);
abstract member System.IConvertible.ToDouble : IFormatProvider -> double
override this.System.IConvertible.ToDouble : IFormatProvider -> double
Function ToDouble (provider As IFormatProvider) As Double Implements IConvertible.ToDouble

Parameters

provider
IFormatProvider

An object that supplies culture-specific formatting information.

Returns

This member always throws an exception.

Implements

Exceptions

In all cases.

Remarks

Currently not implemented. Always throws an exception.

Applies to