티스토리 뷰

int a = Integer.parseInt(스트링형태의숫자);
DecimalFormat decimalFormat = new DecimalFormat("###,###,###,###");
String strMoney = decimalFormat.format(a);
콤마 찍기,



Currency.getInstance(Locale.KOREA).getSymbol();
화폐 기호 받기