how to round up t o2 decimals in c sharp code example Example: c# round to 2 decimal places decimal b = 1.995555M; Math.Round(b, 2); //returns 2.00