Decodes a bool.
A 0xFF byte will be interpreted as $(MONO TRUE). A zero byte (0x00) will be interpreted as $(MONO FALSE). Any other value, or any length other than 1 byte will throw an exception.
See Implementation
Decodes a bool.
A 0xFF byte will be interpreted as $(MONO TRUE). A zero byte (0x00) will be interpreted as $(MONO FALSE). Any other value, or any length other than 1 byte will throw an exception.