IConvertible.ToUInt32(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.
Convertit la valeur de cette instance en entier non signé 32 bits équivalent à l’aide des informations de mise en forme spécifiques à la culture spécifiées.
public:
System::UInt32 ToUInt32(IFormatProvider ^ provider);
public uint ToUInt32(IFormatProvider provider);
public uint ToUInt32(IFormatProvider? provider);
abstract member ToUInt32 : IFormatProvider -> uint32
Public Function ToUInt32 (provider As IFormatProvider) As UInteger
Paramètres
- provider
- IFormatProvider
Implémentation d’interface IFormatProvider qui fournit des informations de mise en forme spécifiques à la culture.
Retours
Entier non signé 32 bits équivalent à la valeur de cette instance.