| VdaWriter(Stream, String, Encoding, Boolean) Constructor |
Initializes a new instance of the
VdaWriter class.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public VdaWriter(
Stream stream,
string postfix = "",
Encoding encoding = null,
bool upperCase = false
)
Public Sub New (
stream As Stream,
Optional postfix As String = "",
Optional encoding As Encoding = Nothing,
Optional upperCase As Boolean = 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