I have a bunch of data that I get as a string
, and it needs to be formatted as a number (int).
So something like this: 128989899
needs to be displayed as 128,989,899
What would the correct way to achieve this?
PS: Currently existing questions do not address my question, before closing my question, please read it carefully or if you do close it, please provide a concise answer to what I am asking.