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