Returns a numeric representation of a hexadecimal string.
Dec ( "hex" [, flag = 0] )
Default behavior is that the input string is treated as an integer. In this case, if the result is within range of a 32bit integer then it's returned as a 32bit integer, otherwise it's returned as a 64bit integer - both signed.