|
WriterCRLF Field
|
Defines a carriage return and line feed constant, i.e., "\r\n".
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax 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