I noticed that in C # there is a data type byte and Byte . They both say they are of type struct System.Byte and are an 8-digit unsigned integer.
So I'm curious what difference, if any, exists between the two, and why you will use one over the other.
Thank!
c # byte
jaywon Mar 10 '10 at 9:28 2010-03-10 09:28
source share