Round double in two decimal places in C#? September 28, 2022 by Tarik This works: inputValue = Math.Round(inputValue, 2);