B
babylon
I can't find any functions in system.convert to convert
a 4-byte integer to 4 bytes array...
pls help
a 4-byte integer to 4 bytes array...
pls help
babylon said:I can't find any functions in system.convert to convert
a 4-byte integer to 4 bytes array...
pls help
babylon said:thx!
any builtin-library for converting an int from little endian to big endian?
as I want to send my data over the network....
i can only find "System.Text.ASCIIEncoding.BigEndianUnicode", which is not
what i wanted...
thx!
a 4-byte integer to 4 bytes array...