Share via


JsonReader.ReadUInt32 Method

Creates a UInt32 object 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 ReadUInt32 As UInteger
'Usage
Dim instance As JsonReader
Dim returnValue As UInteger

returnValue = instance.ReadUInt32()
public uint ReadUInt32()

Return Value

Type: System.UInt32
UInt32 .

Remarks

The type of the token that can be used to create the UInt32 object is Long. This method converts the value of the token to a value of UInt32.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace