Convert.ToUInt32-Methode (UInt16)
.NET Framework 3.0
Konvertiert den Wert der angegebenen 16-Bit-Ganzzahl ohne Vorzeichen in die entsprechende 32-Bit-Ganzzahl ohne Vorzeichen.
Diese Methode ist nicht CLS-kompatibel. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @attribute CLSCompliantAttribute(false) */ public static UInt32 ToUInt32 ( UInt16 value )
CLSCompliantAttribute(false) public static function ToUInt32 ( value : ushort ) : uint
Nicht zutreffend.
Parameter
- value
Eine 16-Bit-Ganzzahl ohne Vorzeichen.
Rückgabewert
Eine 32-Bit-Ganzzahl ohne Vorzeichen, die dem Wert von value entspricht.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
Microsoft .NET Framework 3.0 wird unter Windows Vista, Microsoft Windows XP SP2 und Windows Server 2003 SP1 unterstützt.