pub fn format_number(
value: f64,
picture: &str,
options: Option<&JValue>,
) -> Result<JValue, FunctionError>Expand description
$formatNumber(value, picture, options) - Format number with picture string Implements XPath F&O number formatting specification