hexadecimal to int

BlitzMax Forums/BlitzMax Beginners Area/hexadecimal to int

Hi !
Is there a bmax function to convert an hexadecimal string to int ? for example 'FF' -> 255
Thanks !

Print Int("$FF")

thanks !