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?