Getting rid of null/empty string values in a C# array

前端 未结 5 1505
自闭症患者
自闭症患者 2020-12-14 06:40

I have a program where an array gets its data using string.Split(char[] delimiter). (using \';\' as delimiter.)

Some of the values, though, are null. I.e. the string

5条回答
提交回复
热议问题