set_IgnoreWhitespace()

XmlReaderSettings::set_IgnoreWhitespace(bool) method

Sets a value indicating whether to ignore insignificant white space.

void System::Xml::XmlReaderSettings::set_IgnoreWhitespace(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also