set_Encoding()

XmlDeclaration::set_Encoding(const String&) method

Sets the encoding level of the XML document.

void System::Xml::XmlDeclaration::set_Encoding(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also