I feed a textbox a string value showing me a balance that need to be formatted like this:
###,###,###,##0.00
I could use the value.ToString
string result=string.Format("{0:N2}", value); //For result like ### ### ##.##