开发者

Byte Type in C# [closed]

开发者 https://www.devze.com 2023-01-26 05:31 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help cente开发者_如何学运维r. Closed 10 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消