开发者

Objective C ==> unichar[] to NSString?

I have an array of unichars i need to c开发者_高级运维onvert it to nsstring. How can i do this?


NSString has a method for that:

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜