uint color; bool parsedhex = uint.TryParse(TextBox1.Text, out color); //where Text is of the form 0xFF0000if(parsedhex) //...不起作用。我究竟做錯(cuò)了什么?
如何將十六進(jìn)制值解析為uint?
拉風(fēng)的咖菲貓
2019-10-21 12:54:50