currency

fun currency(currency: String): Expression.NumberFormatBuilder
fun currency(currency: Expression): Expression.NumberFormatBuilder

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): Expression.NumberFormatBuilder

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

Return

number format option