Need C# code for decimal conversion leading zeroes to reach fixed length of 9 positions (2 digits before the '.', the '.' and 6 digits after the '.')

前端 未结 0 1466
陌清茗
陌清茗 2020-11-30 16:33

I am a newbie in Biztalk and C#, I am trying to format the number in such a way that below requirement can be fulfilled

33.00 -> 33.000000
0.00 -> 00.00         


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