Sets and gets encoding for the output.
Property Let IMXWriter_encoding(ByVal RHS As String) Property Get IMXWriter_encoding() As String
oMXXMLWriter.encoding = strValue strValue = oMXXMLWriter.encoding
String. Read/write. The default string is dependent on implementation. Microsoft® Visual Basic® strings are always UTF-16 encoded.
[propput] HRESULT encoding ( [in] BSTR strEncoding);
[propget] HRESULT encoding ( [out, retval] BSTR * strEncoding);
Read/write. The default string is dependent on implementation.
The encoding
property has no effect for BSTR or DOM output.
The XSLProcessor
object implements the encoding
property as follows:
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Character Encoding, XML, and MSXML | MXHTMLWriter CoClass | MXXMLWriter CoClass
Applies to: IMXWriter Interface