decimal a = 32434342.234567m;
            decimal b = 222.34m;
            MessageBox.Show(string.Format("N:{0,9:N},P:{1,9:P},C:{2,9:c3}",a,b,a+b));

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-08-24
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2021-11-03
  • 2021-12-30
  • 2021-10-17
相关资源
相似解决方案