Re: Make a NSString with an integer
Re: Make a NSString with an integer
- Subject: Re: Make a NSString with an integer
- From: Rosyna <email@hidden>
- Date: Sat, 30 Mar 2002 17:15:33 -0700
Or
[[NSNumber numberWithInt:someInt] stringValue];
Ack, at 3/30/02, Clark S. Cox III said:
On 03/30/2002 17:05, "Arthur VIGAN" <email@hidden> wrote:
How can I make a string (NSString) with an integer (int)?
[ NSString stringWithFormat: @"%d", someInt ];
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.