|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
textreader vs stream readerhi,
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. -- Show quoteHTH, 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 "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..... |
|||||||||||||||||||||||