hexToInt(a)

Interprets input as hex value and outputs it as an integer


Syntax

o_hexToInt(a)
a: Text - value that is assume to be hex
return: Int -  input value converted to decimal integer

Usage

Convert values from hex to decimal integer

Location

menu: veeos ==> Data ==> Conversion ==> hexToInt

library: dataLib

Example

o_hexToInt("ee3425a") returns 249774682

Notes

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.

Reference

Dependencies

Supported On

VEE 7.0+, all platforms

See Also

toBinStr8, toBinStr16, toBinStr32, toBinStr64, toBinStrNtoUInt8, toInt16, toInt32


© 2015-2025. All Rights Reserved. Stan Bischof (stan@worldbadminton.com). Last updated 13 February 2024 08:50.