API ListutilstoDecimalVersion: 6.0.1 - 6.0.2On this pagetoDecimal Convert a hexadecimal to a decimal number Usage OrgonWeb.toDecimal(value); Parameters ParameterDescriptionData TypevalueString-Hex stringString Returns Number - The hexadecimal value represented by the passed in string. Example OrgonWeb.toDecimal('0x15')> 21