System::IO::TextReader::ReadLine method

TextReader::ReadLine method

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

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

ReturnValue

A string containing the read characters

See Also