c# math round decimal 2 places code example Example: c# round to 2 decimal places decimal b = 1.995555M; Math.Round(b, 2); //returns 2.00