Boolean.IConvertible.ToUInt16(IFormatProvider) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

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

 virtual System::UInt16 System.IConvertible.ToUInt16(IFormatProvider ^ provider) = IConvertible::ToUInt16;
ushort IConvertible.ToUInt16 (IFormatProvider provider);
[System.CLSCompliant(false)]
ushort IConvertible.ToUInt16 (IFormatProvider provider);
abstract member System.IConvertible.ToUInt16 : IFormatProvider -> uint16
override this.System.IConvertible.ToUInt16 : IFormatProvider -> uint16
[<System.CLSCompliant(false)>]
abstract member System.IConvertible.ToUInt16 : IFormatProvider -> uint16
override this.System.IConvertible.ToUInt16 : IFormatProvider -> uint16
Function ToUInt16 (provider As IFormatProvider) As UShort Implements IConvertible.ToUInt16

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

S’applique à

Voir aussi