C#清单 <string> 用定界符字符串

一世执手 提交于 2020-08-14 13:35:20

问题:

Is there a function in C# to quickly convert some collection to string and separate values with delimiter? C#中是否有一个函数可以将某些集合快速转换为字符串并使用定界符分隔值?

For example: 例如:

List<string> names --> string names_together = "John, Anna, Monica" List<string> names -> string names_together = "John, Anna, Monica"


解决方案:

参考一: https://stackoom.com/question/F01l/C-清单-string-用定界符字符串
参考二: https://oldbug.net/q/F01l/C-List-string-to-string-with-delimiter
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!