Skip to main content
Version: 6.0.1 - 6.0.2

toDecimal

Convert a hexadecimal to a decimal number

Usage

OrgonWeb.toDecimal(value);

Parameters

ParameterDescriptionData Type
valueString-Hex stringString

Returns

Number - The hexadecimal value represented by the passed in string.

Example

OrgonWeb.toDecimal('0x15')
> 21