c# - Reading strings that are in CSV format -
i writing configuration file parser c# application. configuration file text file contains custom-format strings plus csv strings.
reading string array of course simple, if want read string if in csv format? know there plenty of libraries read csv files, file hybrid essentially. there appear lots of options, don't want re-invent wheel on 1 thought worth shout out stackoverflow.
update: i'm trying avoid having 2 configuration files, 1 custom-format text , other exclusively csv. i'll if have i'd prefer single point of configuration.
string.split looking best candidate @ moment.
cheers
Comments
Post a Comment