Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~501 People Reached
Favorite Forums
Member Avatar for sidharthrshah

How do I convert [B]double[/B] datatype from small endian to big endian and vice versa in c#. Your help will be highly appreciated. Regards, Sidharth Shah

Member Avatar for robertwharvey
0
92
Member Avatar for piote

Hi, I am trying to convert a Big Endian data file to something readable on most Windows PCs. I do ok with integer data but I cannot convert the floating points (32-bit IEEE). 1) Is it possible for a BinaryReader to account for Big Endian, such that .ReadSingle() would return …

Member Avatar for sidharthrshah
0
159
Member Avatar for sidharthrshah

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 issues. The server accepts data in binary format. But when I declare a char data …

Member Avatar for alc6379
0
250