Click or drag to resize

WriterCRLF Field

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

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public const string CRLF = ""
View Source

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