Ad
  • Custom User Avatar

    If the input string, with leading whitespace and possible +/- signs removed, begins with 0x or 0X (a zero, followed by lowercase or uppercase X), radix is assumed to be 16 and the rest of the string is parsed as a hexadecimal number.
    If the input string begins with any other value, the radix is 10 (decimal).