Click or drag to resize

DelimitedFileEngineT Constructor

Create a version of the FileHelperEngine exclusively for delimited records. It allows you to change the delimiter and other options at runtime

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public DelimitedFileEngine()
Remarks
Useful when you need to export or import the same info with 2 or more different delimiters or slightly different options.
See Also