Click or drag to resize

FixedFileEngineT Constructor (Encoding)

Creates a version of the FileHelperEngine exclusively for fixed length records that allow you to change options at runtime

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

Parameters

encoding
Type: System.TextEncoding
Encoding of file to be read
Remarks
Useful when you need to export or import the same info with slightly different options.
See Also