Why is kotlin showing me: 1.49262774E8 and not 149...
# getting-started
j
Why is kotlin showing me: 1.49262774E8 and not 149,262,774?
nvm I can just convert it to a long
r
If you want numbers converted to strings in a certain way, you need to format them. Here's an example using `DecimalFormat`: https://stackoverflow.com/a/53849093/2094298