Click or drag to resize

FieldDelimiterAttribute Constructor

Indicates a different delimiter for this field.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldDelimiterAttribute(
	string separator
)

Parameters

separator
Type: SystemString
The separator string used to split the fields of the record.
See Also