ReadToEnd()

TextReader::ReadToEnd() method

Reads characters from the stream until the end of the stream.

virtual System::String System::IO::TextReader::ReadToEnd()

Return Value

A string containing the read characters

See Also