You can use string.Split() for splitting the string values and float.Parse() for string to float conversion. float.Parse() works even if the ...
確定! 回上一頁