System::IO::TextReader::ReadToEnd 方法

TextReader::ReadToEnd method

从流中读取字符,直到流结束。

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

ReturnValue

包含读取字符的字符串

另见