Fastest way to convert a list of strings into a single concatenated string?

后端 未结 7 2055
一向
一向 2021-02-14 21:27

I have some LINQ code that generates a list of strings, like this:

var data = from a in someOtherList
           orderby a
           select FunctionThatReturnsS         


        
7条回答
提交回复
热议问题