cho*_*obo 2 vb.net csv
可能重复: 在.NET中解析分隔的CSV
嗨,
如何将csv字符串转换为vb.net中的列表?
DWR*_*nds 11
你想要这样的东西......
Dim MyString as String = "one,two,three,four,five" Dim MyArray() as String = Mystring.Split(",") Dim MyList as List(Of String) = MyArray.ToList()
希望这可以帮助!
归档时间:
15 年,2 月 前
查看次数:
23261 次
最近记录:
14 年,3 月 前