Do I know whether a NSNumber was created with +numberWithBool rather than a different +numberWithxx method?
Do I know whether a NSNumber was created with +numberWithBool rather than a different +numberWithxx method?
- Subject: Do I know whether a NSNumber was created with +numberWithBool rather than a different +numberWithxx method?
- From: email@hidden
- Date: Wed, 1 Feb 2006 22:29:10 -0800
All,
I am walking through a NSDictionary and have a variety of NSNumber
objects. Some where created with +numberWithBool: and others were
created with +numberWithInt:
Do I have any way to know whether that NSNumber represents a BOOL
rather than an int?
Thanks,
Blake
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden