[]
        
(Showing Draft Content)

C1.DataConnector.CSVParser.CSVStreamParser.-ctor

CSVStreamParser Constructor

CSVStreamParser(bool, int, bool)

Constructor that takes three args

Declaration
public CSVStreamParser(bool containsHeaders, int maxItems, bool trimValues)
Public Sub New(containsHeaders As Boolean, maxItems As Integer, trimValues As Boolean)
Parameters
Type Name Description
bool containsHeaders
int maxItems
bool trimValues