CrystalXmlNewLine

Namespace: SnowBank.Data.Xml · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Structural line ending written between XML elements when Indented is set

Remarks

The value is fixed, never derived from , so the output does not depend on the host. There is no platform-dependent option: a caller who wants the host's line ending passes or explicitly, matching whatever it resolves to on that host.

Fields

Crlf

Crlf = 0

Windows line ending \r\n between indented elements (the default)

Lf

Lf = 1

Unix line ending \n between indented elements