fun Double?.centsToCurrency(default: String = "0.00"): String
Formats incoming amount in cents to a dollar amount string.
default - Default amount
default
This the Double on which the function is called.
Return the formatted dollar amount string.