2012年2月6日
摘要: 原文地址:http://songyongge417.blog.163.com/blog/static/1491464520106211021843///值类型C# 类型 .NET Framework 类型bool System.Boolean 4Byte 32bit布尔型变量 逻辑值,true或者false,默认值为falsebyte System.Byte 1Byte 8bit无符号整数无符号的字节,所存储的值的范围是0~255,默认值为0sbyte System.SByte 1Byte8bit有符号整数带符号的字节,所存储的值的范围是-128~127,默认值为0char System.C. 阅读全文
posted @ 2012-02-06 14:23 叶落☆无声 阅读(19171) 评论(2) 推荐(5)