Boolean.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
1 si cette instance est true; sinon, 0.
Implémente
- Attributs
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance Boolean est convertie en IConvertible interface. L’alternative recommandée consiste à appeler la Convert.ToUInt64(Boolean) méthode.