IConvertible.ToDouble(IFormatProvider) Methode
Definition
Konvertiert den Wert dieser Instanz unter Verwendung der angegebenen kulturabhängigen Formatierungsinformationen in eine entsprechende Gleitkommazahl mit doppelter Genauigkeit.Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
public:
double ToDouble(IFormatProvider ^ provider);
public double ToDouble (IFormatProvider provider);
abstract member ToDouble : IFormatProvider -> double
Public Function ToDouble (provider As IFormatProvider) As Double
Parameter
- provider
- IFormatProvider
Eine Implementierung der IFormatProvider-Schnittstelle, die kulturabhängige Formatierungsinformationen liefert.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Gibt zurück
Eine Gleitkommazahl mit doppelter Genauigkeit, die dem Wert dieser Instanz entspricht.A double-precision floating-point number equivalent to the value of this instance.