Freigeben über


FormatterConverter.ToUInt16-Methode

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

Diese Methode ist nicht CLS-kompatibel.  

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function ToUInt16 ( _
    value As Object _
) As UShort
'Usage
Dim instance As FormatterConverter
Dim value As Object
Dim returnValue As UShort

returnValue = instance.ToUInt16(value)
[CLSCompliantAttribute(false)] 
public ushort ToUInt16 (
    Object value
)
[CLSCompliantAttribute(false)] 
public:
virtual unsigned short ToUInt16 (
    Object^ value
) sealed
/** @attribute CLSCompliantAttribute(false) */ 
public final UInt16 ToUInt16 (
    Object value
)
CLSCompliantAttribute(false) 
public final function ToUInt16 (
    value : Object
) : ushort

Parameter

  • value
    Das zu konvertierende Objekt.

Rückgabewert

Der konvertierte value oder NULL (Nothing in Visual Basic), wenn der type-Parameter NULL (Nothing in Visual Basic) ist.

Ausnahmen

Ausnahmetyp Bedingung

ArgumentNullException

Der value-Parameter ist NULL (Nothing in Visual Basic).

Hinweise

Die Implementierung der Methode entspricht derjenigen von ToUInt16. Weitere Informationen finden Sie unter UInt16, Convert und ValueType.

Plattformen

Windows 98, Windows 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

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

FormatterConverter-Klasse
FormatterConverter-Member
System.Runtime.Serialization-Namespace