Reads all characters from the current position to the end of the TextReader, and returns them as one string.
[Visual Basic] Overridable Public Function ReadToEnd() As String [C#] public virtual string ReadToEnd(); [C++] public: virtual String* ReadToEnd(); [JScript] public function ReadToEnd() : String;
A string containing all characters from the current position to the end of the TextReader.