FixedWidthWriter.UserSettings overview
RecordDelimiter | The character to use as the record delimiter. Default uses the system default end of line marker. |
UseRecordDelimiter | Determines if each record that is written will have normal end of line characters or custom delimiters that signify the end of a record. Since a fixed width file has a specific length to each record, a record delimiter may not be required. Default is true. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
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. |
FixedWidthWriter.UserSettings Class | DataStreams.FixedWidth Namespace