string to convert
if true, the radix specified "0x" is allowed at the start of str
process to perform on string if radix is as expected
if str starts with "0x" and allow_radix is false, returns false otherwise, passes on the return value of the process delegate
Checks whether the radix in str (if present) matches the allow_radix flag, and passes the radix-stripped string to the provided delegate.