Show/Hide Toolbars

XSharp

Binary literals are written as 0h12345678abcdef

The value behind 0h is a sequence of hex numbers. Each pair of hex numbers (nibble) represents 1 byte. There must be an even number of 'nibbles'.

The compiler compiles these literals into a byte[] array which is stored into a variable of the type BINARY