System::Xml::XmlWriterSettings::get_NewLineHandling method

XmlWriterSettings::get_NewLineHandling method

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

System::Xml::NewLineHandling System::Xml::XmlWriterSettings::get_NewLineHandling()

ReturnValue

One of the NewLineHandling values. The default is NewLineHandling::Replace.

See Also