get_Encoding()

XmlWriterSettings::get_Encoding() method

Returns the type of text encoding to use.

SharedPtr<System::Text::Encoding> System::Xml::XmlWriterSettings::get_Encoding()

Return Value

The text encoding to use. The default is Encoding::get_UTF8.

See Also