static fun valueOf(value: Int): UInt32! (source)
Return a UInt32 containing the specified value.
value - Int: The value to create a UInt32 for.
IllegalArgumentException - If the value is negative.
Return
UInt32!: A UInt32 containing the specified value.
static fun valueOf(value: BigInteger!): UInt32! (source)
Return a UInt32 containing the specified value.
value - BigInteger!: the value to create a UInt32 for
IllegalArgumentException - if the value is negative or too large to be represented as a UInt32