posts - 15,  comments - 29,  trackbacks - 1
公告
02 2005 档案
这两种方法也有区别的!
摘要: 在C#中,有很多人认为这两个方法"Convert.Int32(string)、Int32.Parse(string)"是同样的,因为它们都是把String type 转换成Int type。但经过在VS中测试,才知道有区别的。Convert.Int32(null)返回0,而Int32.Parse(null)则抛出个异常!还是多加实践为重。阅读全文
posted @ 2005-02-27 23:16 XiaoLin's Blog 阅读(1095) | 评论 (3) 编辑
关于WebConfigurationManager类
posted @ 2005-02-25 23:28 XiaoLin's Blog 阅读(1119) | 评论 (0) 编辑
refactoring?
posted @ 2005-02-02 01:36 XiaoLin's Blog 阅读(867) | 评论 (5) 编辑