Skip to main content

NewLineHandling Enum

NuGet: GHIElectronics.TinyCLR.System.Xml
Assembly: GHIElectronics.TinyCLR.System.Xml
Namespace: System.Xml

How the writer represents line breaks.

public enum NewLineHandling

Fields

NameValueDescription
Replace0Replace new line characters with the configured new line string.
Entitize1Replace new line characters with character entities.
None2Leave new line characters unchanged.