After search in google, using below code still can not be compiled:
decimal h = Convert.ToDecimal(\"2.09550901805872E-05\"); decimal h2 = Decima
Decimal h2 = 0; Decimal.TryParse("2.005E01", out h2);