Interprets input as hex value and outputs it as an integer
Convert values from hex to decimal integer
menu: veeos ==> Data ==> Conversion ==> hexToInt
library: dataLib
hexToInt("ee3425a") returns 249774682
Input can be a scalar or an array. Also can be text or numerical. This can be done with a From String, but since it is provided as a function it can be used in more places.
VEE 7.0+, all platforms
toBinStr8, toBinStr16, toBinStr32, toBinStr64, toBinStrN, toUInt8, toInt16, toInt32