Decimal.IConvertible.ToDecimal(IFormatProvider) Método
Definição
Para obter uma descrição desse membro, confira ToDecimal(IFormatProvider).For a description of this member, see 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
Parâmetros
- provider
- IFormatProvider
Este parâmetro é ignorado.This parameter is ignored.
Retornos
O valor da instância atual, inalterado.The value of the current instance, unchanged.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de Decimal é convertida em uma interface de IConvertible.It can be used only when the Decimal instance is cast to an IConvertible interface.