C#double类型转换string类型

double a=1.2522;

string s=Convert.ToString(a);

//Convert 转变

原文地址:https://www.cnblogs.com/liyu925/p/4389433.html