ConverterReader.Read Method
Include Protected Members
Include Inherited Members
The Read overload reads a number of converted characters and either returns them or stores them in a provided buffer.
Overload List
Name | Description | |
---|---|---|
Read() | The Read method reads the next character from the input stream. (Overrides TextReader.Read().) | |
Read([], Int32, Int32) | The Read method reads count bytes from the input stream, starting at offset, and stores them in buffer. (Overrides TextReader.Read([], Int32, Int32).) |
Top