移除尾随零点
我有一些由集合返回的字段,如
2.42002.00442.0000
我想要像这样的结果
2.422.00442
我试过String.Format,但它回来了2.0000并将其设置为N0舍入其他值。
String.Format
2.0000
N0
相关分类