Converts a two-dimensional array to a DataTable using NSToolKit.DEFAULT_TABLE_NAME as the table name.
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);
DataConversion Class | NetChartsServer Namespace