Values with two decimal places.

Some days back i was bang with conversion of values in two decimal places.After some research finally find the solution. Math.Round(Convert.ToDecimal(20) / Convert.ToInt32(30), 2);