formatAsPrice

fun Double.formatAsPrice(currencySymbol: String = "$"): String
fun Float.formatAsPrice(currencySymbol: String = "$"): String