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