摘要:
例子: Byte d=0x34; //NumberFormatInfo f = new NumberFormatInfo(); TEXTBOX1.Text = d.ToString("X"); //显示34 d = Convert.ToByte("0x"+TEXTBOX1.TEXT,16); TEXTBOX2.Text = d.ToString(); /... 阅读全文
posted @ 2004-10-13 16:59
Enli
阅读(1542)
评论(0)
推荐(0)

浙公网安备 33010602011771号