Skip to main content
Version: 6.0.1 - 6.0.2

toSun

Helper function that will convert a value in ORGON to SUN. (1 SUN = 0.000001 ORGON).

Usage

OrgonWeb.toSun(value);

Parameters

ParameterDescriptionData Type
valueA number valueNumber

Return

String

Example

OrgonWeb.toSun(10)
> "10000000"