JsonReader.ReadChar method

Creates a Char 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 ReadChar As Char
'Usage
Dim instance As JsonReader
Dim returnValue As Char

returnValue = instance.ReadChar()
public char ReadChar()

Return value

Type: System.Char
Char .

Remarks

This method reads the first Char from the token that can be used to create the Char object in the JSON string. The type of the token within “\”” and “\”” is String.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace