| 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 public virtual byte[] ReadAsBytes()
Return Value
Type:
Byte
A
Byte[] or a null reference if the next JSON token is null.
See Also