app / de.uniks.codliners.stock_simulator / CurrencyValueFormatter

CurrencyValueFormatter

class CurrencyValueFormatter : ValueFormatter

The ValueFormatter for currency graphs.

Constructors

<init>

The ValueFormatter for currency graphs.

CurrencyValueFormatter(currencySymbol: String)

Functions

getFormattedValue

Formats a Float value.

fun getFormattedValue(value: Float): String