Click or drag to resize

FlatWriter Constructor

Initializes a new instance of the FlatWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public FlatWriter(
	StreamWriter streamWriter,
	string postfix = null
)

Parameters

streamWriter  StreamWriter
The stream writer.
postfix  String  (Optional)
The postfix after each line.
See Also