WriteWhitespace()

XmlTextWriter::WriteWhitespace(String) method

Writes out the given white space.

void System::Xml::XmlTextWriter::WriteWhitespace(String ws) override

Arguments

ParameterTypeDescription
wsStringThe string of white space characters.

See Also