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