I am trying to format the contents of a text box:
this.lblSearchResults1.Text = Convert.ToDouble(lblSearchResults1.Text).ToString();
H
double.Parse(Amount).ToString("N");