how i can display a NSDATA description not in hex but in human redeable text ?
Posted
by halba
on Stack Overflow
See other posts from Stack Overflow
or by halba
Published on 2010-05-31T11:06:48Z
Indexed on
2010/05/31
23:33 UTC
Read the original article
Hit count: 290
objective-c
I'm writing an iphone apps that receive data from an udp socket i can dispay what i receive using NSDATA description but is in hex format and for example it look like this:
<4c61742c 34343039 3131302e 35302c4c 6f6e2c39 38343237 352e3934 2c482c32 37392e30 302c4b6e 6f74732c 302e3032 2c4e616d 652c504c 41594552 2c496e64 65782c30 2c4d756c 7469706c 61796572 4e756d62 65722c30 00>
i know that thi is a prase of compite sens how i can convert it ?
© Stack Overflow or respective owner