TextSnapshotToTextReader.ReadToEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads all the characters from the current position to the end of the reader and returns them as a string.
public:
override System::String ^ ReadToEnd();
public:
override Platform::String ^ ReadToEnd();
override std::wstring ReadToEnd();
public override string ReadToEnd ();
override this.ReadToEnd : unit -> string
Public Overrides Function ReadToEnd () As String
Returns
A string containing all the characters from the current position to the end of the reader.
Exceptions
The TextReader is closed.