byte literals C# with Example



byte literals C# with Example

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

0 Comment's

Comment Form

Submit Comment