set_Encoding()

XmlParserContext::set_Encoding(const SharedPtr<System::Text::Encoding>&) method

Sets the encoding type.

void System::Xml::XmlParserContext::set_Encoding(const SharedPtr<System::Text::Encoding> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<System::Text::Encoding>&The value to set.

See Also