TextSnapshotToTextReader.ReadToEnd Method

Definition

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

Applies to