Skip to main content

format_base

Function format_base 

Source
pub fn format_base(
    value: f64,
    radix: Option<i64>,
) -> Result<JValue, FunctionError>
Expand description

$formatBase(value, radix) - Convert number to string in specified base radix defaults to 10, must be between 2 and 36