System::Xml::XmlTextWriter::WriteName method

XmlTextWriter::WriteName method

Writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation.

void System::Xml::XmlTextWriter::WriteName(const String &name) override
ParameterTypeDescription
nameconst String&Name to write.

See Also