Single.IConvertible.ToUInt64(IFormatProvider) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Pour obtenir une description de ce membre, consultez ToUInt64(IFormatProvider).
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
Paramètres
- provider
- IFormatProvider
Ce paramètre est ignoré.
Retours
Valeur de l'instance actuelle, convertie en UInt64.
Implémente
- Attributs
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Single est castée en interface IConvertible. L’alternative recommandée consiste à appeler la Convert.ToUInt64(Single) méthode .