I'm using I/O Trap #4 to read in a number. This gives me a number, however it does not mention if it is read in as signed or unsigned. I would assume this is because it just reads it in as is and it could be either.
How can I check if my value is unsigned? i.e: How can I ensure it was between 0 and 2^32 inclusive?