新浪博客

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'
形式
语法
结果
注释
数字
{0:N2}
12.36
数字
{0:N0}
13
货币
{0:c2}
$12.36
货币
{0:c4}
$12.3656
货币
'¥{0:N2}'
¥12.36
科学计数

{0:E3}
1.23E+001
百分数
{0:P}
12.25%
P and p present the same.
日期
{0:D}
2006年11月25日
日期
{0:d}
2006-11-25
日期
{0:f}
2006年11月25日 10:30
日期
{0:F}
2006年11月25日 10:30:00
日期
{0:s}
2006-11-25 10:30:00
时间
{0:T}
10:30:00

ASPxGridView 则用 PropertiesTextEdit-DisplayFormatString 设置
DevExpress格式化ValueFormat-FormatString

例如




























我的更多文章

下载客户端阅读体验更佳

APP专享