c# convert a double to have two decimals in string code example Example: format double to 2 decimal places in c# priceLbl.Text = price.ToString("0.##");