Compartir a través de


del método JsonReader.ReadUInt16

Crea un objeto UInt16 de la cadena JSON. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)

Sintaxis

'Declaración
Public Function ReadUInt16 As UShort
'Uso
Dim instance As JsonReader
Dim returnValue As UShort

returnValue = instance.ReadUInt16()
public ushort ReadUInt16()

Valor devuelto

Tipo: System.UInt16
UInt16 .

Comentarios

El tipo del token que puede utilizarse para crear el objeto UInt16 es Long. Este método convierte el valor del token en un valor de UInt16.

Vea también

Referencia

clase JsonReader

Miembros JsonReader

Espacio de nombres Microsoft.SharePoint.Client