Is there a way to write binary literals in C#, like prefixing hexadecimal with 0x? 0b doesn’t work.

If not, what is an easy way to do it? Some kind of string conversion?

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *