ReadAsBytes Method

Json.NET

Json.NET - Quick Starts & API Documentation ReadAsBytes Method
NamespacesNewtonsoft.Json.LinqJTokenReaderReadAsBytes()()()()
Reads the next JSON token from the stream as a array<Byte>[]()[][].
Declaration Syntax
C# Visual Basic Visual C++
public override byte[] ReadAsBytes()
Public Overrides Function ReadAsBytes As Byte()
public:
virtual array<unsigned char>^ ReadAsBytes() override
Return Value
A array<Byte>[]()[][] or a null reference if the next JSON token is null.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)