JsonReader.ReadInt16 method
Creates a Int16 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 ReadInt16 As Short
'Usage
Dim instance As JsonReader
Dim returnValue As Short
returnValue = instance.ReadInt16()
public short ReadInt16()
Return value
Type: System.Int16
Int16 .
Remarks
The type of the token that can be used to create the Int16 object is Long. This method converts the value of the token to a value of Int16.