Click or drag to resize
FixedWidthWriter Methods

The FixedWidthWriter type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes and releases all related resources.
(Inherited from WriterBase.)
Public methodEndRecord
Ends the current record by sending the record delimiter.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFlush
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from WriterBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes another column of data to this record.
Public methodWriteAll
Writes all data from the DataTable.
Public methodWriteRecord
Writes a new record using the passed in array of values.
Top
See Also