del método JsonReader.ReadChar
Crea un Char de la cadena JSON. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public Function ReadChar As Char
'Uso
Dim instance As JsonReader
Dim returnValue As Char
returnValue = instance.ReadChar()
public char ReadChar()
Valor devuelto
Tipo: System.Char
Char .
Comentarios
Este método lee el primer Char del token que se pueden usar para crear el objeto Char en la cadena JSON. El tipo del token dentro de "\" "y"\"" es String.