Home All Groups Group Topic Archive Search About

textreader vs stream reader

Author
4 Apr 2007 8:52 AM
AVL
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.....

Author
4 Apr 2007 11:22 AM
Kevin Spencer
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

Show quote
"AVL" <A**@discussions.microsoft.com> wrote in message
news:09F0E82F-AC1C-45FA-8C26-10A1FE682677@microsoft.com...
> 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.....

AddThis Social Bookmark Button