standard.lib.str.HexToNumber

HexToNumber is available since version 1.0.

Prototype:

number HexToNumber(string)

Description:

Converts a string containing a hexadecimal number to a Concept static number. See NumberToHex for the reverse operation.

Return value:

Returns the number resulted from the string interpretation.