Need help translating VB code which splits an array by '~' and then assigns these strings to variables

后端 未结 0 1771
萌比男神i
萌比男神i 2021-01-11 23:07

This is the VB code:

static List ParseCardList(string FileName, string Delimiter, bool IsQualified)
    {
        var CardList = new List

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