IOS How to convert c char* to NSString

const char* cstring = "this is c string ...";
NSString* err = [[NSString alloc]initWithUTF8String:cstring];

Comments

Popular posts from this blog

Install DNF in RHEL/CentOS 7

IOS How to create movie from images

PostgreSQL - Numeric Function