Meet us at at Real World in Orlando, Florida.
All functions
Mac OS X
Windows
Crossplatform
Components
Guides
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
Math.HexToDec
Component: Math
Version: 2.5
Mac OS X: Works
Windows: Works
MBS( "Math.HexToDec"; hexNumber )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| hexNumber | The hex number you want to convert to hexadecimal. | FEDC |
Result
Returns the decimal number.
Description
Converts a hexadecimal number to a normal decimal number.Works with 32 bit integers, so hex number has a maximal length of 8 characters.
Examples
Query number for hex number FFFF (returns 65535)
MBS( "Math.HexToDec"; "FFFF" )
Feedback: Report problem or ask question.
Links
MBS Realbasic PDF Plugins - Christians Software aus Nickenich