Compartilhar via


JsonReader.ReadBoolean método

Cria um objeto de Boolean da cadeia JSON. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function ReadBoolean As Boolean
'Uso
Dim instance As JsonReader
Dim returnValue As Boolean

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

Valor retornado

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

Comentários

Este método cria um objeto Boolean com o token JSON cujo valor é "true" ou "false".

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace