Forum: C# May 13th, 2008 |
| Replies: 1 Views: 5,037 How do I convert double datatype from small endian to big endian and vice versa in c#. Your help will be highly appreciated.
Regards,
Sidharth Shah |
Forum: C# May 13th, 2008 |
| Replies: 3 Views: 4,388 And how do I convert it the other way round.
Regards,
Sidharth Shah. |
Forum: C# Apr 28th, 2008 |
| Replies: 3 Views: 3,847 Hi,
I have a legacy application in vc++ 6.0 which communicates to a server. The server follows c++ data types. I want to convert my legacy application to c#. Now I am facing some conversion... |