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