FixedFileEngine Constructor (Type, Encoding) |
Read a record with fixed length fields
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FixedFileEngine(
Type recordType,
Encoding encoding
)
Public Sub New (
recordType As Type,
encoding As Encoding
)
Parameters
- recordType
- Type: SystemType
record type to read - encoding
- Type: System.TextEncoding
Encoding to use
See Also