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 forDisplay = currentBalance.ToString("N2");