本文介绍了用于(-$ 1500)的DataFormatstring的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
gridview中(-$ 1500.00)的数据格式字符串是什么?
我已经尝试过了,
what will be the dataformat string for(-$1500.00) in gridview?
I already tried,
"{0:C2}"
"{0:$###,###.##}"
"{0}"
我想以下面的方式为负数
I want the negative number in the follwing manner
(-$1500.00)
和正数
and the positive number
$1500.00
谢谢.
Thanks.
推荐答案
"{0:C2}"
"{0:
我想以下面的方式为负数
I want the negative number in the follwing manner
(-
和正数
and the positive number
这篇关于用于(-$ 1500)的DataFormatstring的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!