1.
double num = 87.434948834; num = Math.Round(num, 2);
2.
double num = 87.434948834; string str = num.ToString("f2");