Formatting

Formatting CF 1.0, ECMA 1.0, serializable

System.Xml (system.xml.dll) enum

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  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) Formatting

Returned By

XmlTextWriter.Formatting

Passed To

XmlTextWriter.Formatting

Figure 44-2. More types from System.Xml
figs/csn2_4402.gif


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net