www.csvreader.com

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.

[Visual Basic]
Public Property UseRecordDelimiter As Boolean
[C#]
public bool UseRecordDelimiter {get; set;}

See Also

FixedWidthWriter.UserSettings Class | DataStreams.FixedWidth Namespace