Discuss this help topic in SecureBlackbox Forum
Returns a textual description of the class.
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 textual description of the class.
Description
This method provides a textual description of the encoding class.
Discuss this help topic in SecureBlackbox Forum