if (this.mytxtTestNumber.Text.> this.mytxtNoParticipants.Text)两个文本框的值都是整型,但是运行这句的时候出错提示:不能被应用到类型'字符串'和'字符串'操作???这个要怎么办???太菜了Convert .ToInt32 ( this.mytxtTestNumber.Text) > Convert .ToInt32 ( this.mytxtNoParticipants.Text)出现错误:输入字符串的格式不正确的。