DataTable
Provides static utility methods for manipulating data table representations.
public DataTable()
Reads a stream that is a CSV formatted file into a datatable with
the first row being column headers.
Gets an integer array representation of the specified column from the specified data table.
Gets a CSV string representation of the column names of the provided data table.
Gets a CSV string representation of all the data of the provided data table.
Transforms the provided data table to its CSV string representation.