Click or drag to resize

CommonEngineCsvToDataTable Method

Overload List
  NameDescription
Public methodStatic memberCsvToDataTable(String, CsvOptions)
Reads a Csv File and return their contents as DataTable
Public methodStatic memberCsvToDataTable(String, Char)
Reads a CSV File and return their contents as DataTable (The file must have the field names in the first row)
Public methodStatic memberCsvToDataTable(String, String, Char)
Reads a CSV File and return their contents as DataTable (The file must have the field names in the first row)
Public methodStatic memberCsvToDataTable(String, String, Char, Boolean)
Reads a Csv File and return their contents as DataTable
Top
See Also