public native UInt(value: String) throws BadValueException
Builds a UInt from a textual representation.
value = UInt("42") assert value == 42u