format_numeric_to_string(subject, p, f)
- Package :
- util
- Type :
- procedure
Convert a numeric to a string.
- Parameters :
- p - The number of decimal places to produce (default 4).
- f - A cset of flags. If c contains 'e' then the output is
in scientific notation. If c contains ',' then commas
are introduced into the non-fractional part of the number;
if c contains '+' then a leading + is added to positive
numbers.
- Source