I have an array of unichars i need to convert it to nsstring. How can i do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
+ (id)stringWithCharacters:(const unichar *)chars length:(NSUInteger)length |
|||||||
|
|
Have you tried reading the "NSString Class Reference"? Look at stringWithCharacters:length: |
|||
|
|