Reads the next character from the underlying string.
[Visual Basic] Overloads Overrides Public Function Read() As Integer [C#] public override int Read(); [C++] public: override int Read(); [JScript] public override function Read() : int;
The next character from the underlying string, or-1 if no more characters are available.
Exception Type | Condition |
---|---|
IOException | An I/O error occurs. |
StringReader Class | StringReader Members | System.IO Namespace | StringReader.Read Overload List