会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
细雨淅淅
Read More, Code More , Learn More --- I just a student~
订阅
管理
2015年1月24日
C#整数三种强制类型转换int、Convert.ToInt32()、int.Parse()的区别
摘要: 1、int适合简单数据类型之间的转换,C#的默认整型是int32(不支持bool型); 2、int.Parse(string sParameter)是个构造函数,参数类型只支持string类型; 3、Convert.ToInt32()适合将Object类型转换为int型; 4、Convert.ToInt32()和int.Parse()的细微差别: 对于空值(null)的处理不 同,Convert....
阅读全文
posted @ 2015-01-24 21:53 RubbyZhang
阅读(431)
评论(0)
推荐(0)
编辑
公告