I have string variable that contain price. For example, 10000. I want use a space for thousand separator.
e.g. display 10000 as 10 000, 150000 as 150 000
How can I do this?
I have string variable that contain price. For example, 10000 . I want use
Share
Try this