replace string.join in C# with something else

前端 未结 0 1894
無奈伤痛
無奈伤痛 2020-12-06 14:50

Well I have this method here

public string ToCsvString() => $"{Name};{string.Join(",", Services.Select(s => s.ToCsvString()))}";


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题