Split comma-separated values

前端 未结 6 557
孤街浪徒
孤街浪徒 2020-12-09 09:05

I am using Visual Studio 2005 and C# 2.0, and I am trying to split a comma-separated string using the string.Split function and a lambda expression as follows:<

6条回答
  •  無奈伤痛
    2020-12-09 09:28

    Lamba expression aren't included in c# 2.0

    maybe you could refert to this post here on SO

提交回复
热议问题