textreader vs stream reader

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i'm a newbie.......
i would like to know the usage of text reader and streamreader...
which of these would give better performance.....
when shud one use textreader and streamreader.....
 
System.IO. TextReader is an abstract (MustInherit) class, which cannot be
used directly. StreamReader inherits TextReader, and is used for reading
character data from streams.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top