[]
Constructor that takes three args
public CSVStreamParser(bool containsHeaders, int maxItems, bool trimValues)
Public Sub New(containsHeaders As Boolean, maxItems As Integer, trimValues As Boolean)
| Type | Name | Description |
|---|---|---|
| bool | containsHeaders | |
| int | maxItems | |
| bool | trimValues |