DateTime.IConvertible.ToUInt64(IFormatProvider) Método
Definición
Importante
Esta API no es conforme a CLS.
No se admite esta conversión.This conversion is not supported. Cualquier intento de usar este método produce una excepción InvalidCastException.Attempting to use this method throws an InvalidCastException.
virtual System::UInt64 System.IConvertible.ToUInt64(IFormatProvider ^ provider) = IConvertible::ToUInt64;
ulong IConvertible.ToUInt64 (IFormatProvider provider);
[System.CLSCompliant(false)]
ulong IConvertible.ToUInt64 (IFormatProvider provider);
abstract member System.IConvertible.ToUInt64 : IFormatProvider -> uint64
override this.System.IConvertible.ToUInt64 : IFormatProvider -> uint64
[<System.CLSCompliant(false)>]
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
Objeto que implementa la interfaz IFormatProvider.An object that implements the IFormatProvider interface. (Este parámetro no se usa; especifique null
).(This parameter is not used; specify null
.)
Devoluciones
El valor devuelto para este miembro no se usa.The return value for this member is not used.
Implementaciones
- Atributos
Excepciones
En todos los casos.In all cases.