NetCharts Server .NET Toolkit

DataConversion.convertDataTableToCSV Method

Converts a DataTable to a CSV (Comma-Separated-Value) delimited set.

Overload List

Converts a DataTable to a CSV (Comma-Separated-Value) delimited set.

public static string convertDataTableToCSV(DataTable,bool);

Converts a DataTable to a delimited set.

public static string convertDataTableToCSV(DataTable,bool,string);

See Also

DataConversion Class | NetChartsServer Namespace