Click or drag to resize

FileHelperAsyncEngineT Constructor (Encoding)

Initializes a new instance of the FileHelperAsyncEngine class with the specified type of records.

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

Parameters

encoding
Type: System.TextEncoding
The encoding used by the Engine.
See Also