Byte Type in C# [closed]
Hi Could you explain me
A byte
is an unsigned 8-bit integer (literally consuming one byte of physical memory) that stores values in the range of 0 to 255. (See MSDN.)
Hi byte type in c sharp System.Byte, Range 0 to 255, Size Unsigned 8-bit integer http://msdn.microsoft.com/en-us/library/5bdb6693(VS.71).aspx
精彩评论