G Guest Apr 27, 2006 #1 I need to read a text file line by line (one line at a time), what are my options? Thanks
G Guest Apr 27, 2006 #2 Weblearner, One option is to use StreamReader.ReadLine. Visual Studio Help has examples. Kerry Moorman
Weblearner, One option is to use StreamReader.ReadLine. Visual Studio Help has examples. Kerry Moorman
H Herfried K. Wagner [MVP] Apr 27, 2006 #3 I need to read a text file line by line (one line at a time), what are my options? Click to expand... Reading a text file line-by-line or blockwise with a progress indicator <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en>
I need to read a text file line by line (one line at a time), what are my options? Click to expand... Reading a text file line-by-line or blockwise with a progress indicator <URL:http://dotnet.mvps.org/dotnet/faqs/?id=readfile&lang=en>