hextoint expression function

Converts a hexadecimal argument string into an integer.

All Usage Examples

See also: inttohex

Usage

hextoint(value)

Examples

hextoint("A1")

Returns 161.