C# 7.0 now allows using underscore _ to be used a digit separator.
This adds more readability.
Similarly, we now have Binary Literals, so instead of specifying hexadecimal pattern we can specify bit patterns.
Hope it helps..
C# 7.0 now allows using underscore _ to be used a digit separator.
This adds more readability.
Similarly, we now have Binary Literals, so instead of specifying hexadecimal pattern we can specify bit patterns.
Hope it helps..