IConvertible.ToDecimal(IFormatProvider) Methode
Definition
public:
System::Decimal ToDecimal(IFormatProvider ^ provider);
public decimal ToDecimal (IFormatProvider provider);
public decimal ToDecimal (IFormatProvider? provider);
abstract member ToDecimal : IFormatProvider -> decimal
Public Function ToDecimal (provider As IFormatProvider) As Decimal
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 Decimal-Zahl, die dem Wert dieser Instanz entspricht.A Decimal number equivalent to the value of this instance.