Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageEncodingHandler.GetDescription

TElCustomDataStorageEncodingHandler     See also     


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


Provides textual description of the encoding handler.

Declaration

[C#]
    string GetDescription();

[VB.NET]
    Function GetDescription() As String

[Pascal]
    function GetDescription : string; virtual;

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

[PHP]
    string GetDescription()

[Java]
    String getDescription();

Return value

    Returns a string with the description of the handler.

Description

    This method provides textual description of the encoding handler.

See also:     GetOID    

Discuss this help topic in SecureBlackbox Forum