i am receiving data from a server. the first 4 bytes represent the message length.
when i try to debug what is in those four bytes, i see a funny character which looks like ''
when i look at the hex value of this character on my wire shark application it will be F4.
on the server side its shows that it has sent 244 bytes to me.( thats F4 = 244)
my problem is: how do i convert the '' character to an integer value of 244
thank you
when i try to debug what is in those four bytes, i see a funny character which looks like ''
when i look at the hex value of this character on my wire shark application it will be F4.
on the server side its shows that it has sent 244 bytes to me.( thats F4 = 244)
my problem is: how do i convert the '' character to an integer value of 244
thank you
Comment