del método JsonReader.ReadInt32
Crea un objeto Int32 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 ReadInt32 As Integer
'Uso
Dim instance As JsonReader
Dim returnValue As Integer
returnValue = instance.ReadInt32()
public int ReadInt32()
Valor devuelto
Tipo: System.Int32
Int32 .
Comentarios
El tipo del token que puede utilizarse para crear el objeto Int32 es Long. Este método convierte el valor del token en un valor de Int32.