Click or drag to resize

VdaWriter(Stream, String, Encoding, Boolean) Constructor

Initializes a new instance of the VdaWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public VdaWriter(
	Stream stream,
	string postfix = "",
	Encoding encoding = null,
	bool upperCase = false
)

Parameters

stream  Stream
The stream to write to.
postfix  String  (Optional)
The postfix after each segment line.
encoding  Encoding  (Optional)
The encoding. Encoding.UTF8 by default.
upperCase  Boolean  (Optional)
Whether to enforce upper case for the output.
See Also