winform 科学计数法转为小数

先强制转换为decimal.

例如:

double xyTolerance = 0.000000008983001;
txtXYTolerance.Text = ((decimal)xyTolerance).ToString();

posted @ 2018-04-25 17:04  Youse的二分口粮地  阅读(301)  评论(0编辑  收藏  举报