Easiest way to parse a comma delimited string to some kind of object I can loop through to access the individual values?

前端 未结 7 633
予麋鹿
予麋鹿 2020-11-28 06:57

What is the easiest way to parse a comma delimited string list of values into some kind of object that I can loop through, so that I can access the individual values easily?

相关标签:
7条回答
  • 2020-11-28 07:41

    I think it's better to use the Microsoft.VisualBasic.FileIO.TextFieldParser Class if you're working with comma separated values text files.

    0 讨论(0)
提交回复
热议问题