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

AWS Lambda – Function in Go

AWS Lambda – Function in Java

Lambda with Amazon API Gateway