BitConverter–How to deal with bytes!
When you’re writing an API that deals with a TCP client, you need to talk data in terms of byte arrays. via GIPHY BitConverter BitConverter is a class in the System namespace that lets you convert numerical data types (and single chars) to and from their byte[] counterparts. In order to convert to a byte[], … [Read more…]