会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
net
备忘
博客园
首页
新随笔
联系
订阅
管理
2009年8月28日
int[]到string[]的转换方法 Array.ConvertAll
摘要: usingSystem; usingSystem.Collections.Generic; //int[]到string[]的转换 publicclassExample { staticvoidMain() { int[]int_array={1,2,3}; string[]str_array=Array.ConvertAll(int_array,newConverter<int,strin...
阅读全文
posted @ 2009-08-28 16:39 s80895304
阅读(3680)
评论(0)
推荐(0)
编辑
公告