Decimal.IConvertible.ToDecimal(IFormatProvider) Metoda

Definice

Popis tohoto člena najdete v tématu ToDecimal(IFormatProvider) .

 virtual System::Decimal System.IConvertible.ToDecimal(IFormatProvider ^ provider) = IConvertible::ToDecimal;
decimal IConvertible.ToDecimal (IFormatProvider provider);
abstract member System.IConvertible.ToDecimal : IFormatProvider -> decimal
override this.System.IConvertible.ToDecimal : IFormatProvider -> decimal
Function ToDecimal (provider As IFormatProvider) As Decimal Implements IConvertible.ToDecimal

Parametry

provider
IFormatProvider

Tento parametr je ignorován.

Návraty

Decimal

Hodnota aktuální instance beze změny.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze při Decimal přetypování instance na IConvertible rozhraní.

Platí pro