iphone - convert long long into string -
what long long type ? it's integer takes 8 bytes , right? want convert long long type nsstring follows.
long long fbid = [[friend objectforkey:@"id"]longlongvalue]; i want value of fbid in nsstring *str variable. can do?
nsstring *str = [nsstring stringwithformat:@"%lld", fbid];
Comments
Post a Comment