Text 천 단위로 콤마 찍기

이영훈·2021년 3월 24일
0
val decimalFormat = DecimalFormat("###,###")
val number = decimalFormat.format(Int형 숫자)

하면 문제 없이 잘 찍힌다!

profile
안드로이드 개발자입니당

0개의 댓글