I want to do this using the Math.Round function
Math.Round
string a = "10.65678";
decimal d = Math.Round(Convert.ToDouble(a.ToString()),2)