If all languages are the same under .NET why does Visual Basic return 2 bytes for Len( System.Boolean ) and 8 bytes for Len( System.Boolean ) while returning 1 byte for sizeof( System.Boolean ) and 16 bytes for sizeof( System.Decimal )? If any geniuses
out there could help, it would be appreciated.
↧