摘要:
private void textBox1_TextChanged(object sender, EventArgs e) { char[] ch = textBox1.Text.ToCharArray(); bool IsChinese = true; int ch_start = Convert.ToInt32("4e00", 16); int ch_end = Convert.ToInt32("9fff", 16); foreach ( char c in ch) { if (Convert.ToInt32(c) < ch_start | C 阅读全文
posted @ 2012-07-06 14:58
O.Sheet
阅读(174)
评论(0)
推荐(0)

浙公网安备 33010602011771号