Convert 64bit Binary to Long equivalent
Posted
by washtik
on Stack Overflow
See other posts from Stack Overflow
or by washtik
Published on 2010-04-21T14:49:58Z
Indexed on
2010/04/21
14:53 UTC
Read the original article
Hit count: 325
How can we convert the following 64 bit binary into the long equivalent;
01111101 10100011 01001111 11111111 11111111 11111111 11111111 11000000
equals 7D A3 4F FF FF FF FF C0 HEX
equals 9053167636875050944 << this is the value we want in a C# variable
© Stack Overflow or respective owner