DevExpress格式化ValueFormat-FormatString
2018-04-18 14:04阅读:
dx:ASPxPivotGrid
1、格式化2位小数 ValueFormat-FormatString='n2' ValueFormat-FormatType='Custom'
2、格式化为货币 ValueFormat-FormatString='c'
ValueFormat-FormatType='Custom'
3、格式化为日期 ValueFormat-FormatString='d'
ValueFormat-FormatType='DateTime'
1、格式化2位小数 ValueFormat-FormatString='n2' ValueFormat-FormatType='Custom'
2、格式化为货币
3、格式化为日期
| 形式 |
语法 |
结果 |
注释 |
| 数字 |
{0:N2} |
12.36 |
|
| 数字 |
{0:N0} |
13 |
|
| 货币 |
{0:c2} |
$12.36 |
|
| 货币 |
{0:c4} |
$12.3656 |
|
| 货币 |
'¥{0:N2}' |
¥12.36 |
|
| 科学计数 |
