Boolean.IConvertible.ToUInt32(IFormatProvider) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Pour obtenir une description de ce membre, consultez ToUInt32(IFormatProvider).

 virtual System::UInt32 System.IConvertible.ToUInt32(IFormatProvider ^ provider) = IConvertible::ToUInt32;
uint IConvertible.ToUInt32 (IFormatProvider provider);
[System.CLSCompliant(false)]
uint IConvertible.ToUInt32 (IFormatProvider provider);
abstract member System.IConvertible.ToUInt32 : IFormatProvider -> uint32
override this.System.IConvertible.ToUInt32 : IFormatProvider -> uint32
[<System.CLSCompliant(false)>]
abstract member System.IConvertible.ToUInt32 : IFormatProvider -> uint32
override this.System.IConvertible.ToUInt32 : IFormatProvider -> uint32
Function ToUInt32 (provider As IFormatProvider) As UInteger Implements IConvertible.ToUInt32

Paramètres

provider
IFormatProvider

Ce paramètre est ignoré.

Retours

UInt32

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.ToUInt32(Boolean) méthode.

S’applique à

Voir aussi