toBoolean

Convert Int to a Boolean.

Return

false if Int is 0, true otherwise


Convert Byte to a Boolean.

Return

false if Byte is 0, true otherwise