en:fromhex

FromHex

This function returns an integer number represented by the Hexadecimal (base 16) string. Hexadecimal represents 16 different values per digit and the symbols 0-9 and a-f are used.

Format

fromhex ( string )

Description

Example

print fromhex("10")
print fromhex("ff")

displays

16
255

New To Version

0.9.9.45

See Also

en/fromhex.txt · Last modified: 2013/02/09 21:23 by admin