Okapi .NET Library

LineBreakType.UNIX Field

 [This is preliminary documentation and subject to change.]

Constant value = "\n". Unix/Linux line-break (LF).

[Visual Basic]
Public const UNIX As String = "
"
[C#]
public const string UNIX = "
";
[C++]
public: const String* UNIX = "
";
[JScript]
public const var UNIX: String = "
";

See Also

LineBreakType Class | Okapi.Library.Base Namespace