WriterCRLF Field
Defines a carriage return and line feed constant, i.e., "\r\n".
Namespace: Gemstone.COMTRADEAssembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.166 -- Release Build+68156a6227f11f2cbd6df0de80474b79d63894f7
public const string CRLF = "\r\n"
Public Const CRLF As String = "\r\n"
public:
literal String^ CRLF = "\r\n"
var Gemstone.COMTRADE.Writer.CRLF
Field Value
String
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".