What is long long type ? It's an integer which takes 8 bytes , am I right? I want to convert long long type into NSString as follows.
long long fbid = [[friend objectForKey:@"id"]longLongValue];
I want value of fbid
in my NSString *str
variable. What can I do?
NSString *str = [NSString stringWithFormat:@"%lld", fbid];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With