The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StreamReader::Read Method
.NET Framework (current version)
Reads the next character or next set of characters from the input stream.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Read() | Reads the next character from the input stream and advances the character position by one character.(Overrides TextReader::Read().) |
![]() | Read(array<Char>^, Int32, Int32) | Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index.(Overrides TextReader::Read(array<Char>^, Int32, Int32).) |
Show:
