Click or drag to resize

FixedFileEngine Constructor (Type, Encoding)

Read a record with fixed length fields

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

Parameters

recordType
Type: SystemType
record type to read
encoding
Type: System.TextEncoding
Encoding to use
See Also