string.Format

//金额格式

string.Format("{0:###,##0.##}", CurrentInfo.TotalAmount);

 

//日期格式
string.Format("{0:yyyy-MM-dd}", CurrentInfo.OrderGoodsDate);

posted @ 2013-11-12 14:40  FH1004322  阅读(179)  评论(0编辑  收藏  举报