FileHelperEngine Constructor (Type, Encoding) |
Initializes a new instance of the FileHelperEngine class with the specified type of records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FileHelperEngine(
Type recordType,
Encoding encoding
)
Public Sub New (
recordType As Type,
encoding As Encoding
)
Parameters
- recordType
- Type: SystemType
The record mapping class. - encoding
- Type: System.TextEncoding
The Encoding used by the engine.
See Also