IConvertible.ToDecimal(IFormatProvider) Metodo
Definizione
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
Parametri
- provider
- IFormatProvider
Implementazione dell'interfaccia IFormatProvider che fornisce informazioni di formattazione specifiche delle impostazioni cultura.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Restituisce
Numero Decimal equivalente al valore di questa istanza.A Decimal number equivalent to the value of this instance.