Try decimal.Round(myDecimal, 2, MidpointRounding.AwayFromZero). This would round the decimal to two decimal points.
decimal.Round(myDecimal, 2, MidpointRounding.AwayFromZero)