System::Xml::XmlWriterSettings::set_Encoding method

XmlWriterSettings::set_Encoding method

Sets the type of text encoding to use.

void System::Xml::XmlWriterSettings::set_Encoding(const SharedPtr<System::Text::Encoding> &value)
ParameterTypeDescription
valueconst SharedPtr<System::Text::Encoding>&The value to set.

See Also