The methods of the CsvWriter class are listed below. For a complete list of CsvWriter class members, see the CsvWriter Members topic.
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. |
Write | Overloaded. Writes another column of data to this record. |
WriteAll | Overloaded. Writes all data from the DataTable. |
WriteComment | Writes comment text out to the file using the Settings character. |
WriteRecord | Overloaded. Writes a new record using the passed in array of values. |
CsvWriter Class | DataStreams.Csv Namespace