Convert between UIImage and Base64 string
Does anyone know how to convert a UIImage to a Base64 string, and then reverse it? I have the below code; the original … Read more
Does anyone know how to convert a UIImage to a Base64 string, and then reverse it? I have the below code; the original … Read more
I have UTF-8 encoded NSData from windows server and I want to convert it to NSString for iPhone. Since data contains characters (like … Read more
How do I convert an NSString value to NSData? 14 s 14 NSString* str = @”teststring”; NSData* data = [str dataUsingEncoding:NSUTF8StringEncoding];