Element - H
- Hex To Decimal
Characters:
H
Description
Convert hexadecimal to decimal
Overloads
any
-int(a,16) (from hexadecimal)
Examples
`b` H
=11
`beedab` H
=12512683
`bEeDaB` H
=12512683
H
- Hex To DecimalCharacters:
H
Convert hexadecimal to decimal
any
- int(a,16) (from hexadecimal)
`b` H
=
11
`beedab` H
=
12512683
`bEeDaB` H
=
12512683