How to format string money or currency format in asp.net using c# byAdmin •September 01, 2012 In this web programming tutorial we will learn that how we can convert a string into money format in asp.net using c#. see the below code Total_amount.Text = string.Format("{0:###,###,##0.00}", Total_Amountdue);