C# Return a number with 2 decimal places

后端 未结 0 1704
南方客
南方客 2021-01-03 16:56

I have a basic calculator program, where I want to return a square root of a number. Using

string output = String.Format("{0:0.##}",(string)Math.Pow         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题