Click or drag to resize

DelimitedRecordAttribute Constructor

Indicates that this class represents a delimited record.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public DelimitedRecordAttribute(
	string delimiter
)

Parameters

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