| NcpdpTelcoWriter(String, Boolean, Boolean, Encoding, Boolean, Boolean) Constructor |
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public NcpdpTelcoWriter(
string path,
bool append,
bool noG1 = false,
Encoding encoding = null,
bool autoTrailers = true,
bool upperCase = false
)
Public Sub New (
path As String,
append As Boolean,
Optional noG1 As Boolean = false,
Optional encoding As Encoding = Nothing,
Optional autoTrailers As Boolean = true,
Optional upperCase As Boolean = false
)
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.
- noG1 Boolean (Optional)
- Set this to true to skip G1 and transactions reference number for single messages.
- encoding Encoding (Optional)
- The encoding. The default is Encoding.UTF8.
- autoTrailers Boolean (Optional)
- Whether to automatically apply trailers to transmissions.
- upperCase Boolean (Optional)
- Whether to enforce upper case for the output.
See Also