See Also: TextReader Members
System.IO.TextReader is designed for character input, whereas the System.IO.StreamReader is designed for byte input and the System.IO.StringReader class is designed for reading from a string.
By default, a System.IO.TextReader is not thread safe. For information on creating a thread-safe System.IO.TextReader , see TextReader.Synchronized(TextReader) .