Name

Formatting — System.Xml (system.xml.dll) CF 1.0, ECMA 1.0, serializable enum 

Synopsis

public enum Formatting {
   None = 0,
   Indented = 1
}

This enumeration specifies whether element content that is output from XmlTextWriter is indented. This is only of interest to human consumers of XML; if the destination of the XML document is another machine or software process, the additional whitespace adds only to the file size.

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)Formatting

Returned By

XmlTextWriter.Formatting

Passed To

XmlTextWriter.Formatting

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.