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 (24.3.0.1000)
Syntax
public class CsvWriter

The CsvWriter type exposes the following members.

Constructors
  NameDescription
Public methodCsvWriter
Initializes a new instance of the CsvWriter class.
Public methodCsvWriter(TextWriter)
Initializes a new instance of the CsvWriter class.
Top
Properties
  NameDescription
Public propertyDelimiter
Gets or sets the character used as the field delimiter.
Public propertyQuote
Gets or sets the character used to quote values with special characters.
Top
Methods
  NameDescription
Public methodGetRecordString
Gets a CSV record.
Public methodWriteRecord
Writes a record to the CSV file.
Top
See Also