TextReader: Read |
Reads the next character from the input stream and advances the character position by one character.
Public Function Read ( ) As Long
If the returned value is not -1 then use the Char.ConvertFromInt32 method to convert to an Integer character.
Exception | Condition |
---|---|
ObjectDisposedException | The TextReader is closed. |