www.csvreader.com

CsvWriter overview

Public Instance Constructors

CsvWriter Overloaded. Initializes a new instance of the CsvWriter class.

Public Instance Properties

Settings Has all the options that are able to be set that will affect the way records are written.

Public Instance Methods

Close (inherited from WriterBase) Closes and releases all related resources.
EndRecord Ends the current record by sending the record delimiter.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Flush (inherited from WriterBase) Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
WriteOverloaded. Writes another column of data to this record.
WriteAllOverloaded. Writes all data from the DataTable.
WriteComment Writes comment text out to the file using the Settings character.
WriteRecordOverloaded. Writes a new record using the passed in array of values.

See Also

CsvWriter Class | DataStreams.Csv Namespace