Re: int -> NSString
Re: int -> NSString
- Subject: Re: int -> NSString
- From: Fritz Anderson <email@hidden>
- Date: Tue, 26 Jun 2001 03:42:40 -0500
At 8:18 PM -0700 6/25/2001, Michael Horn wrote:
Is there an easy way to put the value of an int into a NSString? Thanks.
[NSString stringWithFormat: @"%d", yourIntegerHere]
-- F