怎么将在 textbox 里输入的数值转换成 int 类型或 double 类型
if(!string.empty(textbox.text)){int value = int.parse(textbox.text);}