[]
CSV settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class CsvSettings
Name | Description |
---|---|
CsvSettings() | 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. |
Name | Description |
---|---|
ToString() |