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...
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...