会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dotnet学习记录
我要中个3.6亿
CnBlogs
Home
New Post
Contact
Admin
Subscription
2011年10月25日
char方式转换string为int
char[]a=newchar[5]{'1','2','3','4','5'};//"12345";int[]b=newint[6];for(inti=0;i<5;i++){b[i]=a[i]-48;}intc=10000*b[0]+1000*b[1]+100*b[2]+10*b[3]+b[4];Console.WriteLine(c);Console.ReadKey();
Read More
posted @ 2011-10-25 16:03 黑色
Views(116)
Comments(0)
Diggs(0)
Edit
公告