Skip to main content

ConformanceLevel Enum

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

XML conformance level (auto-detect, fragment, or full document).

public enum ConformanceLevel

Fields

NameValueDescription
Auto0The conformance level is detected automatically from the input.
Fragment1The input conforms to the rules for a well-formed XML fragment.
Document2The input conforms to the rules for a well-formed XML document.