Guys, i'm working on converting a VB 6.0 program to VB.net.

It was a client progam connected to the server by using TCP/IP. In VB 6.0, it was able to send double type straight away to the server using COM component. The problem is when using VB.net socket class, it only allows me to send byte array instead of double type. Is there any way i can send a double variable ? because i don't want to change the server program.

Thanks