System::Xml::XmlWriterSettings::set_NewLineHandling method

XmlWriterSettings::set_NewLineHandling method

Sets a value indicating whether to normalize line breaks in the output.

void System::Xml::XmlWriterSettings::set_NewLineHandling(System::Xml::NewLineHandling value)
ParameterTypeDescription
valueSystem::Xml::NewLineHandlingThe value to set.

See Also