IFormatterConverter.ToUInt16(Object) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

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

public:
 System::UInt16 ToUInt16(System::Object ^ value);
public ushort ToUInt16 (object value);
[System.CLSCompliant(false)]
public ushort ToUInt16 (object value);
abstract member ToUInt16 : obj -> uint16
[<System.CLSCompliant(false)>]
abstract member ToUInt16 : obj -> uint16
Public Function ToUInt16 (value As Object) As UShort

Parameter

value
Object

Das zu konvertierende Objekt.

Gibt zurück

UInt16

Der konvertierte value-Wert.

Attribute

Gilt für