System::IO::TextReader::ReadToEnd method

TextReader::ReadToEnd method

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

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

ReturnValue

A string containing the read characters

See Also