Skip to main content
Version: 5.1.1

fromDecimal

Converts a number, or a string of numbers, into a hexadecimal string.

Usage

TronWeb.fromDecimal(number);

Parameters

ParameterDescriptionData Type
numberString or NumberHexadecimal string / Number

Returns

String

Example

> TronWeb.fromDecimal("12345678");
> '0xbc614e'