Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created April 18, 2024 14:01
Show Gist options
  • Save MkhytarMkhoian/6d419b285f1e535e4b94978ecb4f9987 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/6d419b285f1e535e4b94978ecb4f9987 to your computer and use it in GitHub Desktop.
fun Int?.toAdsCountFormat(): String? =
if (this == null) null else FormatUtils.getDecimalNumber(this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment