JsonReader.ReadByteArray method

Creates a Byte 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 ReadByteArray As Byte()
'Usage
Dim instance As JsonReader
Dim returnValue As Byte()

returnValue = instance.ReadByteArray()
public byte[] ReadByteArray()

Return value

Type: []
Byte .

Remarks

The token that can be used to create the Byte array object must start with “""\/Base64Binary(” and end with “)” in the JSON string. The type of the token is ByteArray.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace