System::Xml::XmlWriterSettings::set_CheckCharacters method
XmlWriterSettings::set_CheckCharacters 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)
Parameter | Type | Description |
---|---|---|
value | bool | The value to set. |
See Also
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.PUB for C++