码迷,mamicode.com
首页 > Windows程序 > 详细

C# List<string>转换成字符串 按指定的字符分隔

时间:2019-05-13 14:38:06      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:href   ring   nbsp   lang   not   value   result   string   获取   

var stringExcept = result.Except(compareList).ToList(); //两个List获取差集
string notExistValue = String.Join(",", stringExcept.ToArray());//数组转换成string用逗号分隔

转自: https://www.cnblogs.com/huangtailang/p/4106314.html

 

C# List<string>转换成字符串 按指定的字符分隔

标签:href   ring   nbsp   lang   not   value   result   string   获取   

原文地址:https://www.cnblogs.com/Early-Bird/p/10856165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!