码迷,mamicode.com
首页 > 其他好文 > 详细

将Lang类型数据转换为固定格式的字符类型。

时间:2017-11-09 18:37:02      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:font   mat   字符类型   width   table   hidden   border   sof   divide   

数字格式化
将Lang类型数据转换为固定格式的字符类型。
DecimalFormat a=new DecimalFormat("###,##0.00");
String amout=a.format(new BigDecimal(参数).divide(new BigDecimal("100")));
 

将Lang类型数据转换为固定格式的字符类型。

标签:font   mat   字符类型   width   table   hidden   border   sof   divide   

原文地址:http://www.cnblogs.com/jjyz/p/7810744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!