M
Marcin Tyman
Hi,
The issue is: how to convert hex mask to bit mask? For instance:
I have 0xffff0000 -> it can be represent by 255.255.0.0 or by string
of bits - 16
My question is how to convert such hexes to bit mask (the 16 in above
example)
Thanks in advance,
Have a nice day
The issue is: how to convert hex mask to bit mask? For instance:
I have 0xffff0000 -> it can be represent by 255.255.0.0 or by string
of bits - 16
My question is how to convert such hexes to bit mask (the 16 in above
example)
Thanks in advance,
Have a nice day