August 2003
Intermediate to advanced
928 pages
32h 1m
English
Formatting
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.
public enum Formatting { None = 0, Indented = 1 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
Formatting
XmlTextWriter.Formatting
XmlTextWriter.Formatting

Figure 44-2. More types from System.Xml