The members of System.IO.StringReader are listed below.
See Also: Inherited members from System.IO.TextReader
Constructs and initializes a new instance of the System.IO.StringReader class that reads from the specified string.
overrideClose() Closes the System.IO.StringReader . overridePeek() : int Returns the next available character but does not advance the reader's position in the underlying string. overrideRead() : int Reads the next character from the input string and advances the character position by one character. overrideRead(char[], int, int) : int Reads a block of characters from the input string. overrideReadLine() : string Reads a line from the underlying string. overrideReadToEnd() : string Returns the underlying string from the current position to the end.