signedByteToUnsignedInt
Converts a signed byte into an unsigned integer representation (e.g., -1 becomes 255).
Return
int representation of the provided byte
Since
1.5
Parameters
b
byte to convert to int
Converts a signed byte into an unsigned integer representation (e.g., -1 becomes 255).
int representation of the provided byte
1.5
byte to convert to int