System::IO::StreamReader::ReadToEnd method

StreamReader::ReadToEnd method

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

virtual String System::IO::StreamReader::ReadToEnd() override

ReturnValue

A string containing the read characters

See Also