pub fn format_decimal_str(
value_str: &str,
_precision: usize,
scale: i8,
) -> StringExpand description
Formats a decimal string given the scale.
The value is always formatted in full: _precision is unused and retained
only for API compatibility.