//金额格式
string.Format("{0:###,##0.##}", CurrentInfo.TotalAmount);
//日期格式
string.Format("{0:yyyy-MM-dd}", CurrentInfo.OrderGoodsDate);
//金额格式
string.Format("{0:###,##0.##}", CurrentInfo.TotalAmount);
//日期格式
string.Format("{0:yyyy-MM-dd}", CurrentInfo.OrderGoodsDate);
转载于:https://www.cnblogs.com/FH-cnblogs/p/3419498.html