Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
binary literals with C# 7
uint binary1 = 0b1111_0000_1010_0101_1111_0000_1010_0101;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment