byte literals C# with Example
byte type has no literal suffix. Integer literals are implicitly converted from int: byte b = 127;