format

fun format(    amount: Long,     amountCurrencyCode: String,     targetLocale: Locale = Locale.getDefault()): String
fun format(    amount: Long,     amountCurrency: Currency,     targetLocale: Locale = Locale.getDefault()): String