See Also: TextReader Members
System.IO.TextReader is the abstract base class of System.IO.StreamReader and System.IO.StringReader, which read characters from streams and strings, respectively. Use these derived classes to open a text file for reading a specified range of characters, or to create a reader based on an existing stream.