FixedFileEngineT Constructor (Encoding) |
Creates a version of the
FileHelperEngine exclusively
for fixed length records that allow you to change options at runtime
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FixedFileEngine(
Encoding encoding
)
Public Sub New (
encoding As Encoding
)
Parameters
- encoding
- Type: System.TextEncoding
Encoding of file to be read
Remarks
Useful when you need to export or import the same info with
slightly different options.
See Also