liptonIcedTea
Well-known member
- Joined
- Jan 18, 2007
- Messages
- 89
- Programming Experience
- 1-3
Probably not an important question, but just out of curiousity...
Why, in .NET, does a System.Boolean value type requires one byte?
I mean, shouldn't it only require 1 bit to tell that it is either true or false? What does it do for the other 7 bits?
Why, in .NET, does a System.Boolean value type requires one byte?
I mean, shouldn't it only require 1 bit to tell that it is either true or false? What does it do for the other 7 bits?