klyn.UInt.UInt
constructor
public native UInt(value: String) throws BadValueException
Description

Builds a UInt from a textual representation.

Parameters
  • value Decimal textual representation to parse.
Throws
  • BadValueException if the input is not a valid UInt.
Example
value = UInt("42")
assert value == 42u