I have a NSString value of @"78000". How do I get this in currency format, i.e. $78,000 with it remaining an NSString.
|
2
|
|
|
|
|
|
You need to use a number formatter. Note this is also how you would display dates/times etc in the correct format for the users locale
|
|||
|
|
