Click to See Complete Forum and Search --> : hexbinary


chitman
06-20-2007, 11:35 PM
does anyone know what does hexBinay format mean?


As per defination...

hexBinary has a lexical representation where each binary octet is encoded as a character tuple, consisting of two hexadecimal digits ([0-9a-fA-F]) representing the octet code. For example, "0FB7" is a hex encoding for the 16-bit integer 4023 (whose binary representation is 111110110111).

Not clear about it. for eg if i have to encode 10.232.15.75 in hexBinay...what would be the output?

Thanks...

Stephen Philbin
06-21-2007, 03:55 AM
Your answer is in your other thread that you made with your other account. http://www.webdeveloper.com/forum/showthread.php?t=152033