WriteString()

XmlWriter::WriteString(const String&) method

When overridden in a derived class, writes the given text content.

virtual void System::Xml::XmlWriter::WriteString(const String &text)=0

Arguments

ParameterTypeDescription
textconst String&The text to write.

See Also