IConvertible.ToUInt16(IFormatProvider) Méthode

Définition

Convertit la valeur de cette instance en un entier 16 bits non signé équivalent, à l’aide des informations de mise en forme propres à la culture spécifiées.

public:
 System::UInt16 ToUInt16(IFormatProvider ^ provider);
public ushort ToUInt16 (IFormatProvider provider);
public ushort ToUInt16 (IFormatProvider? provider);
abstract member ToUInt16 : IFormatProvider -> uint16
Public Function ToUInt16 (provider As IFormatProvider) As UShort

Paramètres

provider
IFormatProvider

Implémentation de l'interface IFormatProvider qui fournit des informations de mise en forme propres à la culture.

Retours

UInt16

Entier 16 bits non signé équivalant à la valeur de cette instance.

S’applique à