package kr.co.vividnext.sodalive.extensions import java.text.DecimalFormat fun Int.moneyFormat(): String = DecimalFormat("###,###").format(this)