Cast NSNumber to int
Cast NSNumber to int
- Subject: Cast NSNumber to int
- From: Philip Vallone <email@hidden>
- Date: Sat, 28 Nov 2009 06:20:49 -0500
H,
I want to cast a NSNumber to int. When I execute the below code, my result should be 1, not 68213232. What am I doing wrong?
Code:
NSNumber *setCurrentCount = [NSNumber numberWithInt: 1];
NSLog(@"Test NSNumber cast to int: %i", setCurrentCount);
Output:
Test NSNumber cast to int: 68213232
Thanks,
Phil
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden