vncore / com.venuenext.vncore.util / kotlin.Double

Extensions for kotlin.Double

centsToCurrency

Formats incoming amount in cents to a dollar amount string.

fun Double?.centsToCurrency(default: String = "0.00"): String