JsonReader.ReadBoolean method

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

returnValue = instance.ReadBoolean()
public bool ReadBoolean()

Return value

Type: System.Boolean
This member is reserved for internal use and is not intended to be used directly from your code.

Remarks

This method creates a Boolean object with the JSON token whose value is “true” or “false ”.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace