Click or drag to resize

CsvOptions Constructor (String, Char, Int32)

Create a CSV Wrapper using the specified number of fields.

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public CsvOptions(
	string className,
	char delimiter,
	int numberOfFields
)

Parameters

className
Type: SystemString
The name of the record class
delimiter
Type: SystemChar
The delimiter for each field
numberOfFields
Type: SystemInt32
The number of fields of each record
See Also