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