• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Format float value to display with commas
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Format float value to display with commas


  • Subject: Re: Format float value to display with commas
  • From: Rob Boellaard <email@hidden>
  • Date: Wed, 21 Jan 2009 16:13:26 +0100


In addition to Kenneth Bruno's suggestion, there is also the Data Formatting guide:


  http://developer.apple.com/documentation/Cocoa/Conceptual/DataFormatting/DataFormatting.html

  hth,

  Rob



On Jan 21, 2009, at 12:59 PM, 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 (email@hidden)

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:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Format float value to display with commas
      • From: Tharindu Madushanka <email@hidden>
References: 
 >Format float value to display with commas (From: Tharindu Madushanka <email@hidden>)

  • Prev by Date: Re: Newbie Memory Questions on a Code Fragment
  • Next by Date: Re: Newbie Memory Questions on a Code Fragment
  • Previous by thread: Re: Format float value to display with commas
  • Next by thread: Re: Format float value to display with commas
  • Index(es):
    • Date
    • Thread