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
Assembly:  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