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