摘要:
public bool IsChina(string CString) { bool BoolValue=false; for (int i =0 ;i<CString.Length ; i++) { if (Convert.ToInt32(Conver... 阅读全文
posted @ 2005-09-30 10:41 逍遥游 阅读(742) 评论(2) 推荐(0)
|
|||
摘要:
public bool IsChina(string CString) { bool BoolValue=false; for (int i =0 ;i<CString.Length ; i++) { if (Convert.ToInt32(Conver... 阅读全文
posted @ 2005-09-30 10:41 逍遥游 阅读(742) 评论(2) 推荐(0) |
|||