"Binary Literal"

const int BinaryConstant = 0b1110_0011_1101_0001;


Code snippet taken from "Complete C# Quick Reference - C# 7".