... converting a string to an int array can be done easily with a bit of LINQ: var s = "123"; var array = s .Split() .
確定! 回上一頁