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