TextReader.Read Method
.NET Framework 2.0
Reads data from an input stream.
| Name | Description |
|---|---|
| TextReader.Read () | Reads the next character from the input stream and advances the character position by one character. Supported by the .NET Compact Framework. |
| TextReader.Read (Char[], Int32, Int32) | Reads a maximum of count characters from the current stream and writes the data to buffer, beginning at index. Supported by the .NET Compact Framework. |