Discuss this help topic in SecureBlackbox Forum

TElDCEncoding.GetName

TElDCEncoding     See also     


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


Specifies encoding name.

Declaration

[C#]
    string GetName();

[VB.NET]
    Function GetName() As String

[Pascal]
    function GetName() : string; virtual;

[C++]
    void GetName(std::string &OutResult);

[PHP]
    string GetName()

[Java]
    String getName();

Return value

    Returns the name of the encoding.

Description

    This method is used to get the name of the encoding conversion to (from) which the encoding class supports.

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum