Simply dumps the DataTable contents to a delimited file using a ',' as delimiter.
Simply dumps the DataTable contents to a delimited file using a ',' as delimiter.
public static void DataTableToCsv(DataTable,string);
Simply dumps the DataTable contents to a delimited file. Only allows to set the delimiter.
public static void DataTableToCsv(DataTable,string,CsvOptions);
Simply dumps the DataTable contents to a delimited file. Only allows to set the delimiter.
public static void DataTableToCsv(DataTable,string,char);
CommonEngine Class | FileHelpers Namespace