The properties of the CsvOptions class are listed below. For a complete list of CsvOptions class members, see the CsvOptions Members topic.
DateFormat | The DateFormat used to read and write datetime values |
DecimalSeparator | The Decimal Separator used to read and write doubles, singles and decimal values |
Delimiter | The delimiter for each field. |
Encoding | Encoding used when handling the CSV files. |
FieldsPrefix | The prefix used when you only specified the number of fields |
HeaderDelimiter | The delimiter for each fiel name in the header. |
HeaderLines | The number of header lines |
NumberOfFields | The number of fields that the file contains. |
RecordClassName | The name used for the record class (a valid .NET class). |
SampleFileName | A sample file from where to read the field names and number. |
CsvOptions Class | FileHelpers Namespace