Compartir a través de


del método JsonReader.ReadByte

Crea un objeto Byte 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 ReadByte As Byte
'Uso
Dim instance As JsonReader
Dim returnValue As Byte

returnValue = instance.ReadByte()
public byte ReadByte()

Valor devuelto

Tipo: System.Byte
Byte .

Comentarios

El tipo del token que utiliza este método para crear el objeto Byte es Long.

Vea también

Referencia

clase JsonReader

Miembros JsonReader

Espacio de nombres Microsoft.SharePoint.Client