Share via


JsonReader.ReadUInt32Array Method

Creates a UInt32 array 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 ReadUInt32Array As UInteger()
'Usage
Dim instance As JsonReader
Dim returnValue As UInteger()

returnValue = instance.ReadUInt32Array()
public uint[] ReadUInt32Array()

Return Value

Type: []
UInt32 .

Remarks

The tokens within “[” and “]”must be a sequence of Long tokens that are comma-separated, such as “[value1,value2,…]”. This method converts the value of the tokens to the value of UInt32.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace