Convert this value into a uint, if it is in the range [0 ... 2**32-1], or otherwise throw new an exception.
the value as a uint if conversion is possible
See Implementation
Convert this value into a uint, if it is in the range [0 ... 2**32-1], or otherwise throw new an exception.