Skip navigation.
 
mlRe: convert int to CFString
FROM : j o a r
DATE : Sat Oct 30 17:41:45 2004

On 2004-10-30, at 17.24, Matt DeFoor wrote:

> Is there a way to convert an unsigned int to a CFString from the basic
> CFString/CFNumber API's? Or should i just do a simple itoa?


You asked the same question yesterday. Didn't you get Finlays answer?

On 2004-10-29, at 20.54, Finlay Dobbie wrote:

> CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%u"),
> myUInt)
>
>  -- Finlay
>
> On Fri, 29 Oct 2004 14:40:09 -0400, Matt DeFoor <<email_removed>>
> wrote:

>> Is there a way to convert an unsigned int to a CFString from the basic
>> CFString/CFNumber API's?


j o a r

Related mailsAuthorDate
mlconvert int to CFString Matt DeFoor Oct 30, 17:24
mlRe: convert int to CFString j o a r Oct 30, 17:41