Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created May 13, 2021 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbrndls/b442437c0558f4b115ddfa1458049a0a to your computer and use it in GitHub Desktop.
Save victorbrndls/b442437c0558f4b115ddfa1458049a0a to your computer and use it in GitHub Desktop.
val priceFormatter = DecimalFormat("###,###,###.00")
fun Double.formatPrice(): String = priceFormatter.format(this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment