decimal amount = 1234.56m; string formattedAmount = string.Format("{0:C}", amount); Console.WriteLine(formattedAmount);