Discuss this help topic in SecureBlackbox Forum
Specifies XML charset.
Declaration
[VB.NET]
Property XMLCharset As String
[Pascal]
property XMLCharset : string;
[C++]
void get_XMLCharset(std::string &OutResult);
void set_XMLCharset(const std::string &Value);
[PHP]
string get_XMLCharset()
void set_XMLCharset(string $Value)
[Java]
String getXMLCharset();
void setXMLCharset(String Value);
Description
Use this property to specify the XML charset.
The default value is "utf-8".
Discuss this help topic in SecureBlackbox Forum