Name | Description | |
---|---|---|
![]() | CsvSettings Constructor | Initializes new Settings instance with default properties values. |
The following tables list the members exposed by CsvSettings.
Name | Description | |
---|---|---|
![]() | CsvSettings Constructor | Initializes new Settings instance with default properties values. |
Name | Description | |
---|---|---|
![]() | ColumnsDelimiter | The string to be placed between fields in data row. |
![]() | DateTimeFormat | Default format for date values. See also "Custom date and time format strings". Suggested to specify something like "yyyy-MM-dd". |
![]() | Encoding | The result file encoding. |
![]() | NoHeader | Determines whether CSV Header should be omitted. |
![]() | NumericFormat | Default format for numeric values. See also "Custom numeric format strings". Suggested to specify something like "0.####". |
![]() | QuotationSymbol | The quotation symbol. |
![]() | RowsDelimiter | The string to be placed between data rows. |