Create a Csv Wrapper using the specified number of fields.
Create a Csv Wrapper using the specified number of fields.
public CsvOptions(string,char,int);
Create a Csv Wrapper using the specified sample file with their headers.
public CsvOptions(string,char,string);
CsvOptions Class | FileHelpers Namespace