Click or drag to resize

DelimitedFileEngine Constructor (Type, Encoding)

Create a delimited engine of record type and encoding

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public DelimitedFileEngine(
	Type recordType,
	Encoding encoding
)

Parameters

recordType
Type: SystemType
Type of record to read
encoding
Type: System.TextEncoding
Encoding of each record
See Also