|
X12Writer Constructor (String, Boolean, X12WriterSettings)
|
Initializes a new instance of the
X12Writer class.
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic X12Writer(
string path,
bool append,
X12WriterSettings settings = null
)
Public Sub New (
path As String,
append As Boolean,
Optional settings As X12WriterSettings = Nothing
)
Parameters
- path
- Type: SystemString
The path to the file to write to. - append
- Type: SystemBoolean
Whether to append to the file. The file will be overwritten by default. - settings (Optional)
- Type: EdiFabric.Framework.WritersX12WriterSettings
The writer settings.
See Also