klyn.UInt.toString
method
public native override toString() as String
Description

Converts this unsigned integer to its decimal textual representation.

Returns

The value as a base-10 String without an unsigned suffix.

Example
value = UInt(4_294_967_295u)
assert value.toString() == "4294967295"