string t = this.txtNum.Text;
int s;
if ((int.TryParse(t, out s)) == true)
//解a析?t的Ì?值¦Ì是º?否¤?为Int类¤¨¤型¨ª,ê?如¨?果?true,ê?刚?将?t的Ì?值¦Ì给?s
string t = this.txtNum.Text;
int s;
if ((int.TryParse(t, out s)) == true)
//解a析?t的Ì?值¦Ì是º?否¤?为Int类¤¨¤型¨ª,ê?如¨?果?true,ê?刚?将?t的Ì?值¦Ì给?s
转载于:https://www.cnblogs.com/zhcnblog/archive/2012/07/02/2573091.html

被折叠的 条评论
为什么被折叠?