Discuss this help topic in SecureBlackbox Forum
Specifies if notation can be just read by human.
Declaration
[C#/Java]
bool HumanReadable;
[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)
Description
If
True notation can be read by human,
if
False it must be processed by software.
Discuss this help topic in SecureBlackbox Forum