For the complete documentation index, see llms.txt. This page is also available as Markdown.

ltoa

Convert a number to a string.
     n - number
     radix - number base (2, 8, 10, 16)
Thread-safe function.

string ltoa(long n, long radix);

Last updated

Was this helpful?