CsvWriter Class |
Namespace: Dundas.BI.Utility
The CsvWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvWriter | Initializes a new instance of the CsvWriter class. |
![]() | CsvWriter(TextWriter) | Initializes a new instance of the CsvWriter class. |
Name | Description | |
---|---|---|
![]() | Delimiter | Gets or sets the character used as the field delimiter. |
![]() | Quote | Gets or sets the character used to quote values with special characters. |
Name | Description | |
---|---|---|
![]() | GetRecordString | Gets a CSV record. |
![]() | WriteRecord | Writes a record to the CSV file. |