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