You can use this to convert your string value to byte:
byte MyByte = Convert.ToByte("243");
2
solved Set the value of a new byte using a string?
You can use this to convert your string value to byte:
byte MyByte = Convert.ToByte("243");
2
solved Set the value of a new byte using a string?