currency.toDecimalString

Undocumented in source. Be warned that the author may not have intended to support it.
struct currency(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
const
void
toDecimalString
(
scope void delegate
(
const(char)[]
)
sink
,
FormatSpec!char fmt
)

Meta