I want to do this using the Math.Round function
Math.Round
You should be able to specify the number of digits you want to round to using Math.Round(YourNumber, 2)
You can read more here.