Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Convert a number to a string.
     n - number
     radix - number base (2, 8, 10, 16)
Thread-safe function.

string ltoa(long n, long radix);

Index | Previous topic | Next topic