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