Compartilhar via


JsonReader.ReadUInt16 método

Cria um objeto de UInt16 da cadeia JSON. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function ReadUInt16 As UShort
'Uso
Dim instance As JsonReader
Dim returnValue As UShort

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

Valor retornado

Tipo: System.UInt16
UInt16 .

Comentários

O tipo do token que pode ser usado para criar o objeto UInt16 é Long. Este método converte o valor do token para um valor de UInt16.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace