currency

fun currency(currency: String): <ERROR CLASS>
fun currency(currency: Expression): <ERROR CLASS>

Number formatting option for specifying the currency to use, an ISO 4217 code.

Return

number format option

Parameters

currency

the currency to use while performing number formatting

fun currency(block: Expression.ExpressionBuilder.() -> Unit): <ERROR CLASS>

Number formatting option for specifying the currency to use, an ISO 4217 code.

Return

number format option