System::Xml::XmlTextWriter::WriteString method

XmlTextWriter::WriteString method

Writes the given text content.

void System::Xml::XmlTextWriter::WriteString(const String &text) override
ParameterTypeDescription
textconst String&Text to write.

See Also