I have a string like price:
string price= "5000000";
but i want to know, how can i change it (in c#) to something like this:
"5,000,000"
because it's very better and user friendly.
I have a string like price:
string price= "5000000";
but i want to know, how can i change it (in c#) to something like this:
"5,000,000"
because it's very better and user friendly.