Type of line terminator to use
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public enum LineTerminatorType |
| Visual Basic |
|---|
Public Enumeration LineTerminatorType |
| Visual C++ |
|---|
public enum class LineTerminatorType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Automatic | 0 | ||
| Unix | 1 | ||
| Windows | 2 | ||
| OldMac | 3 | ||
| NewMac | 4 |