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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top