System::Xml::XmlTextWriter::WriteWhitespace method

XmlTextWriter::WriteWhitespace method

Writes out the given white space.

void System::Xml::XmlTextWriter::WriteWhitespace(String ws) override
ParameterTypeDescription
wsStringThe string of white space characters.

See Also