Okapi .NET Library

LineBreakType Fields

 [This is preliminary documentation and subject to change.]

The fields of the LineBreakType class are listed below. For a complete list of LineBreakType class members, see the LineBreakType Members topic.

Public Static (Shared) Fields

DOS Constant value = "\r\n". DOS/Windows line-break (CR+LF).
MAC Constant value = "\r". Macintosh line-break (CR).
UNIX Constant value = "\n". Unix/Linux line-break (LF).

See Also

LineBreakType Class | Okapi.Library.Base Namespace