CSharp conversion
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How do I convert a double value to an byte array (byte[8]) and the reverse from byte array till a double value? In C++ we may take a memcpy to an char array and cast the array to a float!
-
How do I convert a double value to an byte array (byte[8]) and the reverse from byte array till a double value? In C++ we may take a memcpy to an char array and cast the array to a float!
Take a look at
Convert
class, especiallyChangeType
method.
43 68 65 65 72 73 2c 4d 69 63 68 61 65 6c
-
How do I convert a double value to an byte array (byte[8]) and the reverse from byte array till a double value? In C++ we may take a memcpy to an char array and cast the array to a float!
Look at the BitCOnverter class rather