Click or drag to resize

DelimitedFileEngineT Constructor (Encoding)

Create a Delimited engine with file type of Encoding

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

Parameters

encoding
Type: System.TextEncoding
Type of encoding on file
See Also