www.csvreader.com

The methods of the FixedWidthWriter class are listed below. For a complete list of FixedWidthWriter class members, see the FixedWidthWriter Members topic.

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.
Write Writes another column of data to this record.
WriteAll Writes all data from the DataTable.
WriteRecord Writes a new record using the passed in array of values.

See Also

FixedWidthWriter Class | DataStreams.FixedWidth Namespace