WriterCRLF Field

Defines a carriage return and line feed constant, i.e., "\r\n".

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.150 -- Release Build+cf27d9034cc0efcb23d4abf4b149b6ece9a2e1b7
public const string CRLF = ""

Field Value

String

Remarks

The standard .NET NewLine constant can just be a line feed, "\n", on some operating systems, e.g., Linux, however the COMTRADE standard requires that end of line markers be both a carriage return and line feed, "\r\n".

See Also