似乎无法找出如何使数组中的值出现在标签中..
sthlmLbl.Text += String.Format(" {0} grader celcius ({1} \x00b0F)", tempsisar[0], ((Convert.ToInt32(value) * (9 / 5)) + 32));
给出了例外
Unable to cast object of type 'System.String[]' to type 'System.IConvertible'.
无法找到一个好的答案,因为我正在开发一个 Windows 窗体应用程序,所以我也不能继承 IConvertible ......