Discuss this help topic in SecureBlackbox Forum
Specifies XML charset.
Declaration
[C#/Java]
string XMLCharset;
[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)
Description
Use this property to specify the XML charset.
The default value is "utf-8".
Discuss this help topic in SecureBlackbox Forum