Share via


JsonReader.ReadByte Method

Creates a Byte object from the JSON string. 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 (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadByte As Byte
'Usage
Dim instance As JsonReader
Dim returnValue As Byte

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

Return Value

Type: System.Byte
Byte .

Remarks

The type of the token that this method uses to create the Byte object is Long.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace