JsonReader.ReadString method

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

returnValue = instance.ReadString()
public string ReadString()

Return value

Type: System.String
String .

Remarks

The type of the token that can be used to create the String object is String, which means the token must start with “\” and end with “\”.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace