System::Xml::XmlTextReader::get_Normalization method

XmlTextReader::get_Normalization method

Returns a value indicating whether to normalize white space and attribute values.

bool System::Xml::XmlTextReader::get_Normalization()

ReturnValue

true to normalize; otherwise, false. The default is false.

See Also