Binary :: isEmpty - Is binary data block empty
The function whether the binary block is empty or not. A binary block is empty when it does not refer to a data block or when the data block is empty (length() is 0).
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.

