double d1 = 1;
double dSum = 1000;
string persent = (d1 / dSum).ToString("0.0%");
Console.WriteLine(persent);
转载于:https://www.cnblogs.com/ganquanfu2008/archive/2013/05/30/3109286.html
double d1 = 1;
double dSum = 1000;
string persent = (d1 / dSum).ToString("0.0%");
Console.WriteLine(persent);
转载于:https://www.cnblogs.com/ganquanfu2008/archive/2013/05/30/3109286.html