Very very very very very helpful thank you :)

Here's my byteArray to string ^^


byte[] byteArray = new byte[] { put, your, bytes, here };
String value = new String( byteArray );

here's...