Click or drag to resize

CSVGetDataTable Method (StreamReader, String)

Gives Data Table object from stream

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static DataTable GetDataTable(
	StreamReader pStreamReader,
	string pSeparator = ";"
)

Parameters

pStreamReader
Type: System.IOStreamReader
stream of a CSV structure e.g. from CSV file
pSeparator (Optional)
Type: SystemString
field separator

Return Value

Type: DataTable
Data Table from CSV structure and data
See Also