5

I have an array of unichars i need to convert it to nsstring. How can i do this?

aryaxt
  • 76,198
  • 92
  • 293
  • 442

1 Answers1

11

NSString has a method for that:

+ (id)stringWithCharacters:(const unichar *)chars length:(NSUInteger)length