Loading

日本价格输出

CultureInfo info = CultureInfo.CreateSpecificCulture("ja-jp");
decimal d = 12312312.00M;
string dd = d.ToString("C", info);

 输出结果:¥6,480

 

因为日本的价格没有 小数点 后面的 位数,所以 这样处理

 

posted @ 2015-09-28 17:34  shihao316558512  阅读(174)  评论(0编辑  收藏  举报