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.
TextReader::Read Method
.NET Framework (current version)
Reads data from the text reader.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Read() | Reads the next character from the text reader and advances the character position by one character. |
![]() | Read(array<Char>^, Int32, Int32) | Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index. |
Show:
