Reads a Csv File and return their contents as DataTable
[Visual Basic]
Overloads Public Shared Function CsvToDataTable( _
ByVal
filename As
String, _
ByVal
options As
CsvOptions _
) As
DataTable
Parameters
-
filename
- The file to read.
-
options
- The options used to create the record mapping class.
Return Value
The contents of the file as a DataTable
See Also
CommonEngine Class | FileHelpers Namespace | CommonEngine.CsvToDataTable Overload List
Powered by: