CsvOptions Constructor |
Name | Description | |
---|---|---|
![]() | CsvOptions(String, Char, Int32) | Create a CSV Wrapper using the specified number of fields. |
![]() | CsvOptions(String, Char, String) | Create a CSV Wrapper using the specified sample file with their headers. |
![]() | CsvOptions(String, Char, Char, String) | Create a CSV Wrapper using the specified sample file with their headers. |
![]() | CsvOptions(String, Char, Int32, Int32) | Create a CSV Wrapper using the specified number of fields. |