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

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -