Discuss this help topic in SecureBlackbox Forum
Contains a name of the charset
Declaration
[VB.NET]
Property Charset As String
[Pascal]
property Charset : string;
[C++]
void get_Charset(std::string &OutResult);
void set_Charset(const std::string &Value);
[PHP]
string get_Charset()
void set_Charset(string $Value)
[Java]
String getCharset();
void setCharset(String Value);
Description
Use this property to specify the particular charset which will be used for writing the data.
Discuss this help topic in SecureBlackbox Forum