ToString
No edit summary
No edit summary
Line 8: Line 8:


Please see the .Net format strings for more information.
Please see the .Net format strings for more information.
[[Category:OCLOperators]]

Revision as of 08:23, 19 December 2022

toString will convert a number to the string representation, optional with a format string.

Example;

5.toString('00')

Will output '05'.

10.toString('X')

Will output 'A'.

Please see the .Net format strings for more information.

This page was edited 94 days ago on 02/10/2024. What links here