sbyte literals C# with Example



sbyte literals C# with Example

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

0 Comment's

Comment Form