2012년 11월 29일 목요일

How to add .0 to the end of integer


String pattern = "###.0";
DecimalFormat decimalFormat = new DecimalFormat(pattern);
decimalFormat.format(value);

댓글 없음:

댓글 쓰기