IConvertible.ToUInt32(IFormatProvider) Méthode
Définition
Convertit la valeur de cette instance en un entier 32 bits non signé équivalent, à l’aide des informations de mise en forme propres à la culture spécifiées.Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
public:
System::UInt32 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 de l'interface IFormatProvider qui fournit des informations de mise en forme propres à la culture.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Retours
Entier 32 bits non signé équivalant à la valeur de cette instance.An 32-bit unsigned integer equivalent to the value of this instance.