On 11/11/05 6:12 AM, Allan Seago didst favor us with:
> Using CFStringCreateWithFormat() seems to solve my problem - thank you
CFStringCreateWithFormat will not take into account the user's number
formatting preferences specified in the International preferences pane. As
such, it will not produce correct results for all users.
Larry
> Allan Seago
> On 10 Nov 2005, at 19:05, Laurence Harris wrote:
>
>> On 11/10/05 1:58 PM, Ian Anderson didst favor us with:
>>
>>> You could do something like:
>>> CFStringRef myString = CFStringCreateWithFormat(kCFAllocatorDefault,
>>> NULL,
>>> CFSTR("%f"), myDouble);
>>
>> Does this respect [language/locale/user] number formatting preferences?
>>
>> Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden