integer->asString
Formats an integer as a string.
Target
Signature
1integer->asString(...)Formats an integer as a string.
integer->asString is called with member syntax on a receiver value. integer->asString is part of numeric expression work. Be deliberate about integer versus decimal inputs because several math helpers preserve or infer the result type from their arguments.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1integer(42)->asStringThe example keeps numeric inputs explicit so integer and decimal behavior remain visible.