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
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 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.