Boolean.IConvertible.ToUInt64(IFormatProvider) Méthode

Définition

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

UInt64

1 si cette instance est true ; sinon, 0.

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 Boolean est castée en interface IConvertible. L’alternative recommandée consiste à appeler la Convert.ToUInt64(Boolean) méthode.

S’applique à

Voir aussi