Tharindu,

you need to look at NSNumberFormatter in Cocoa, which will be able to do this for you.

Sanjay Samani
DayTime Software
http://daytimesoftware.com

On 21 Jan 2009, at 11:59, Tharindu Madushanka wrote:

Hi
I have float variables that stores my currency values, I want to display these values in a string with commas at each 3 digits, can I do it with
Objective C. I am new to the language. Please help me to solve this.
For example, float ft = 12333.8905;
NSString *strFloat = [NSString stringWithFormat:@"%.2f",ft];

this will show my float value with 2 decimal places 12333.89 , But I want it
to be displayed as 12,333.89
Can I do it with objective-C. I want to create a string like above from my
float value.

Thanks
Tharindu
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/samani_sanjay%40yahoo.co.uk

This email sent to samani_san...@yahoo.co.uk


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to