Click or drag to resize

FieldDelimiterAttribute Class

Indicates a different delimiter for this field.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldDelimiterAttribute : FieldAttribute

The FieldDelimiterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldDelimiterAttribute
Indicates a different delimiter for this field.
Top
Properties
  NameDescription
Public propertyDelimiter
Gets the Delimiter for this field
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also