CsvWriter Class

Represents an object which can be used to write data in CSV format.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityCsvWriter

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CsvWriter

The CsvWriter type exposes the following members.

Constructors
 NameDescription
Public methodCsvWriterInitializes a new instance of the CsvWriter class.
Public methodCsvWriter(TextWriter)Initializes a new instance of the CsvWriter class.
Top
Properties
 NameDescription
Public propertyDelimiterGets or sets the character used as the field delimiter.
Public propertyQuoteGets or sets the character used to quote values with special characters.
Top
Methods
 NameDescription
Public methodGetRecordStringGets a CSV record.
Public methodWriteRecordWrites a record to the CSV file.
Top
See Also