A
akash deep batra
hi
i want to convert a 96 bit binary number into a hexadecimal number.
e.g binary number= 001100010001010000100101011110111111010101110100010110000101011000101010000000000000000000000000
how can i do that in C#.
also i want to convert a hexadecimal number (24 digits) into a binary
number
e.g
hex number = 3114257BF57458562A000000
thanks and regards
akash deep batra
i want to convert a 96 bit binary number into a hexadecimal number.
e.g binary number= 001100010001010000100101011110111111010101110100010110000101011000101010000000000000000000000000
how can i do that in C#.
also i want to convert a hexadecimal number (24 digits) into a binary
number
e.g
hex number = 3114257BF57458562A000000
thanks and regards
akash deep batra