JsonReader.ReadBooleanArray method

Creates a Boolean array 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 ReadBooleanArray As Boolean()
'Usage
Dim instance As JsonReader
Dim returnValue As Boolean()

returnValue = instance.ReadBooleanArray()
public bool[] ReadBooleanArray()

Return value

Type: []
Boolean .

Remarks

The tokens within “[” and “]” in the JSON string must be a sequence of Boolean tokens.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace