Click or drag to resize

X12Writer(String, Boolean, X12WriterSettings) Constructor

Initializes a new instance of the X12Writer class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public X12Writer(
	string path,
	bool append,
	X12WriterSettings settings = null
)

Parameters

path  String
The path to the file to write to.
append  Boolean
Whether to append to the file. The file will be overwritten by default.
settings  X12WriterSettings  (Optional)
The writer settings.
See Also