Represents csv format used during exporting operations
public class EasyData.Export.CsvDataExportSettings
: BasicDataExportSettings
Package: EasyData.Exporters.Default
(targets: netstandard2.0
)
Assembly: EasyData.Exporters.Default.dll
Constructors
Name | Type | Description |
---|---|---|
CsvDataExportSettings() | void |
Initializes a new instance of the EasyData.Export.CsvDataExportSettings class. |
CsvDataExportSettings(string locale) |
void |
Initializes a new instance of the EasyData.Export.CsvDataExportSettings class. |
CsvDataExportSettings(CultureInfo culture) |
void |
Initializes a new instance of the EasyData.Export.CsvDataExportSettings class. |
Properties
Name | Type | Description |
---|---|---|
CommentCharacter | string |
Sets the commanet characetr. |
QuoteAlways | bool |
Gets or sets a value indicating whether we should always put quotes around field values. If it's false - quotes will be added only if it's necessary. |
Separator | string |
Sets the separator. |
Static Properties
Name | Type | Description |
---|---|---|
Default | CsvDataExportSettings | Returns the default instance of EasyData.Export.CsvDataExportSettings. |