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
Get code of an ascii character
     str - string with one character
returns: a binary number, character code
See also atol() function
Thread-safe function.

long ord(string str);

Index | Previous topic | Next topic