hi everyone
can anyone tell me how to store a data variable of type int32 in a byte[] array without losing any data
Printable View
hi everyone
can anyone tell me how to store a data variable of type int32 in a byte[] array without losing any data
This is the VB.NET forum. Ask C# questions in the C# forum.
Use the BitConverter.GetBytes method.