Reads the stream as a string, either in its entirety or from the current position to the end of the stream.
[Visual Basic] Overrides Public Function ReadToEnd() As String [C#] public override string ReadToEnd(); [C++] public: override String* ReadToEnd(); [JScript] public override function ReadToEnd() : String;
The stream as a string, from the current position to the end of the stream.
StringReader Class | StringReader Members | System.IO Namespace