public native override toString() as String
Converts this value to its textual representation.
The base-10 representation of this ULong.
assert ULong(42).toString() == "42"