Re: double to NSString
Re: double to NSString
- Subject: Re: double to NSString
- From: Jeff Harrell <email@hidden>
- Date: Thu, 3 Jul 2003 17:38:31 -0500
double x;
[NSString stringWithFormat:@"%g", x];
(I think I got the syntax on that right. Doin it from memory, you know.)
On Thursday, July 3, 2003, at 05:08 PM, Paul N. Schatz wrote:
Can someone tell me how to convert a double into an NSString? Google
search has a direct hit on this question but the link is down. TIA.
Paul
--
--
Paul Schatz
Chem Dept
University of Virginia
_______________________________________________
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.
--
email@hidden
http://homepage.mac.com/jharrell
_______________________________________________
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.