IFormatterConverter.ToUInt16(Object) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Converte un valore in un valore integer a 16 bit senza segno.

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

Parametri

value
Object

Oggetto da convertire.

Restituisce

UInt16

Valore value convertito.

Attributi

Si applica a