System::Xml::XmlWriterSettings::get_NewLineChars method
XmlWriterSettings::get_NewLineChars method
Returns the character string to use for line breaks.
String System::Xml::XmlWriterSettings::get_NewLineChars()
ReturnValue
The character string to use for line breaks. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is \r\n (carriage return, new line).
See Also
- Class String
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.TeX for C++