You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonReader Class > JsonReader Methods > ReadAsBytes Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonReader.ReadAsBytes Method

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

Syntax
C++
C#
Visual Basic
public: byte[] ReadAsBytes();
Returns

A Byte[] or a null reference if the next JSON token is null. This method will return null at the end of an array.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.