Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderReadAsBytes Method

 
Reads the next JSON token from the stream as a Byte[].

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual byte[] ReadAsBytes()

Return Value

Type: Byte
A Byte[] or a null reference if the next JSON token is null.
See Also