Skip to main content

WhitespaceHandling Enum

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

How the reader treats whitespace nodes.

public enum WhitespaceHandling

Fields

NameValueDescription
All0Return all whitespace and significant whitespace nodes.
Significant1Return only significant whitespace nodes.
None2Return no whitespace nodes.