IConvertible.ToUInt32(IFormatProvider) Methode

Definition

Wandelt den Wert dieser Instanz mithilfe der angegebenen kulturspezifischen Formatierungsinformationen in eine entsprechende 32-Bit-ganzzahl ohne Vorzeichen um.

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

Parameter

provider
IFormatProvider

Eine IFormatProvider Schnittstellenimplementierung, die kulturspezifische Formatierungsinformationen bereitstellt.

Gibt zurück

Eine 32-Bit-ganzzahl ohne Vorzeichen, die dem Wert dieser Instanz entspricht.

Gilt für: