Jump to content

NSString from unsigned char and signed char


2 posts in this topic

Recommended Posts

Hi Guys,

 

Thanks in advance for your time. I have this NSString build from unsigned char using NSString's stringWithFormat. When I compare this string using isEqual:@"someStringValue", it doesn't return YES even though when I outputted the value using NSLog they give the same string. Is it because of the signness of the NSString? How do I convert unsigned char to signed NSString?

Link to comment
Share on other sites

 Share

×
×
  • Create New...