IFormatterConverter.ToUInt32(Object) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert einen Wert in eine 32-Bit-Ganzzahl ohne Vorzeichen.

public:
 System::UInt32 ToUInt32(System::Object ^ value);
public uint ToUInt32 (object value);
[System.CLSCompliant(false)]
public uint ToUInt32 (object value);
abstract member ToUInt32 : obj -> uint32
[<System.CLSCompliant(false)>]
abstract member ToUInt32 : obj -> uint32
Public Function ToUInt32 (value As Object) As UInteger

Parameter

value
Object

Das zu konvertierende Objekt.

Gibt zurück

UInt32

Der konvertierte value-Wert.

Attribute

Gilt für