Discuss this help topic in SecureBlackbox Forum
Specifies if notation can be just read by human.
Declaration
[VB.NET]
Property HumanReadable As Boolean
[Pascal]
property HumanReadable : boolean;
[C++]
bool get_HumanReadable();
void set_HumanReadable(bool Value);
[PHP]
bool get_HumanReadable()
void set_HumanReadable(bool $Value)
[Java]
boolean getHumanReadable();
void setHumanReadable(boolean Value);
Description
If
True notation can be read by human,
if
False it must be processed by software.
Discuss this help topic in SecureBlackbox Forum