JsonReader.ReadInt16Array method

Creates a Int16 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
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadInt16Array As Short()
'Usage
Dim instance As JsonReader
Dim returnValue As Short()

returnValue = instance.ReadInt16Array()
public short[] ReadInt16Array()

Return value

Type: []
Int16 .

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 Int16.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace