DelimitedFileEngine Constructor (Type, Encoding) |
Create a delimited engine of record type and encoding
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic DelimitedFileEngine(
Type recordType,
Encoding encoding
)
Public Sub New (
recordType As Type,
encoding As Encoding
)
Parameters
- recordType
- Type: SystemType
Type of record to read - encoding
- Type: System.TextEncoding
Encoding of each record
See Also