LineEnding

Description

enum Tinman.Core.Formatting.LineEnding

Enumeration of text line ending styles.

Public / Constants

Native

public constant Native → (0:int32)

Use line ending of underlying system.

CR

public constant CR → (1:int32)

Carriage-return ('\r', 0x0D).

LF

public constant LF → (2:int32)

Line-feed ('\n', 0x0A).

CRLF

public constant CRLF → (3:int32)

Carriage-return, followed by line-feed ('\r\n', 0x0D 0x0A).