string s=textbox.Text.Trim(); string b=textBox1.Text.Replace(' ','')
string txt=textbox.Text.Trim().replace(" ","");
textbox.Text.Trim()//移除所有前后空白字符