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
| Name | Value | Description |
|---|---|---|
Replace | 0 | Replace new line characters with the configured new line string. |
Entitize | 1 | Replace new line characters with character entities. |
None | 2 | Leave new line characters unchanged. |