Read values from Comma-Delimited file using VB.Net – Part 1
Posted On Wednesday, August 17, 2011 By Techreceipe.com. Under Visual Studio 2010 Tags: CSV, Read, TextFieldParser
Some application uses a comma-delimited files for storing their temporary data. Developers using Visual Basic needs to read the file by line by line and then split the value using the ",". This was some time useful and tedious. And the .Net has the beautiful TextFieldParser Class to read the ...

