blTempArray = BitConverter.GetBytes(Convert.ToSingle(txtNomThick.Text));
Whenever i put in the IPaddress.HostToNetworkOrder() method it says it has some invalid arguments. It only accepts values of type Long, Short, and Int. How can i get around this problem?