System.Xml.Serialization.IXmlTextParser.Normalized Property

Gets or sets whether white space and attribute values are normalized.

Syntax

public bool Normalized { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

You should not implement the System.Xml.Serialization.IXmlTextParser interface and IXmlTextParser.Normalized property in your code. Instead use the System.Xml.XmlTextReader.Normalization property of the System.Xml.XmlTextReader class.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0