NetCharts Server .NET Toolkit

DataConversion.convertArrayToDataTable Method

Converts a two-dimensional array to a DataTable using NSToolKit.DEFAULT_TABLE_NAME as the table name.

Overload List

Converts a two-dimensional array to a DataTable using NSToolKit.DEFAULT_TABLE_NAME as the table name.

public static DataTable convertArrayToDataTable(object[,],bool);

Converts a two-dimensional array to a DataTable.

public static DataTable convertArrayToDataTable(object[,],bool,string);

See Also

DataConversion Class | NetChartsServer Namespace