[]
Describes export to CSV format.
public class CsvExportProvider : ExportProvider
Name | Description |
---|---|
CsvExportProvider() |
Name | Description |
---|---|
DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "csv". |
FormatName | Gets a short description of the CSV export format. |
Name | Description |
---|---|
NewExporter() | Creates a new instance of the CsvExporter class. |