TextSnapshotToTextReader.ReadLine 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 a line of characters from the current stream and returns the data as a string.
public:
override System::String ^ ReadLine();
public:
override Platform::String ^ ReadLine();
override std::wstring ReadLine();
public override string ReadLine ();
override this.ReadLine : unit -> string
Public Overrides Function ReadLine () As String
Returns
The next line from the input stream, or null if all characters have been read.
Exceptions
The TextReader is closed.