Click or drag to resize
FixedWidthWriterUserSettings Class
Inheritance Hierarchy
SystemObject
  DataStreams.FixedWidthFixedWidthWriterUserSettings

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public class UserSettings

The FixedWidthWriterUserSettings type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Top
Properties
  NameDescription
Public propertyRecordDelimiter
The character to use as the record delimiter. Default uses the system default end of line marker.
Public propertyUseRecordDelimiter
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.
Top
See Also