I\'m in the process of creating a buffer that will read/write in a banner in which I can completely eradicate the problems that comes with TCP-Segmentation. The only problem
The keyword float is an alias for the data type System.Single.
float
System.Single
You can use the BitConverter.ToSingle to convert four bytes into a float.
BitConverter.ToSingle