Mono Class Library: Overview

System.IO.StringReader: Method Members

The methods of System.IO.StringReader are listed below. For a list of all members, see the StringReader Members list.

See Also: Inherited members from System.IO.TextReader

Public Methods

override
Close()
Closes the System.IO.StringReader .
override
Peek() : int
Returns the next available character but does not advance the reader's position in the underlying string.
override
Read() : int
Reads the next character from the input string and advances the character position by one character.
override
Read(char[], int, int) : int
Reads a block of characters from the input string.
override
ReadLine() : string
Reads a line from the underlying string.
override
ReadToEnd() : string
Returns the underlying string from the current position to the end.

Protected Methods

override
Dispose(bool)
Releases system resources used by the current instance.