Discuss this help topic in SecureBlackbox Forum

TElXML8BitCodec.Charset

TElXML8BitCodec     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains a name of the charset

Declaration

[C#]
    string Charset;

[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