int[] types = new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; string result = string.Join(",", types); MessageBox.Show(result);
本文标题: C#之int[]数组转string字符串 文章分类:【WinForm/WPF】 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
上一篇:WPF之dataGrid1.SelectedItems转List泛型 下一篇: IIS不能同时绑定多个证书,绑定一个,其它站点证书全部会变更