ReadAsString Method From Json.NET previous page next page Json.NET - Quick Starts & API Documentation ReadAsString Method Namespaces ► Newtonsoft.Json ► JsonTextReader ► ReadAsString()()()() C# Visual Basic Visual C++ Reads the next JSON token from the stream as a String. Declaration Syntax C# Visual Basic Visual C++ public override string ReadAsString() Public Overrides Function ReadAsString As String public: virtual String^ ReadAsString() override Return Value A String. This method will return null at the end of an array. Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930) previous page start next page