set_CheckCharacters()

XmlWriterSettings::set_CheckCharacters(bool) method

Sets a value that indicates whether the XML writer should check to ensure that all characters in the document conform to the "2.2 Characters" section of the W3C XML 1.0 Recommendation.

void System::Xml::XmlWriterSettings::set_CheckCharacters(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also