UInt16.IConvertible.ToDouble(IFormatProvider) Método
Definição
Para obter uma descrição desse membro, confira ToDouble(IFormatProvider).For a description of this member, see ToDouble(IFormatProvider).
virtual double System.IConvertible.ToDouble(IFormatProvider ^ provider) = IConvertible::ToDouble;
double IConvertible.ToDouble (IFormatProvider provider);
abstract member System.IConvertible.ToDouble : IFormatProvider -> double
override this.System.IConvertible.ToDouble : IFormatProvider -> double
Function ToDouble (provider As IFormatProvider) As Double Implements IConvertible.ToDouble
Parâmetros
- provider
- IFormatProvider
Este parâmetro é ignorado.This parameter is ignored.
Retornos
O valor atual desta instância, convertido em um Double.The current value of this instance, converted to a Double.
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 UInt16 é convertida em uma interface de IConvertible.It can be used only when the UInt16 instance is cast to an IConvertible interface. A alternativa recomendada é chamar o Convert.ToDouble(UInt16) método.The recommended alternative is to call the Convert.ToDouble(UInt16) method.