Format Number Value Content Generator
class FormatNumberValueContentGenerator(numberFormat: <ERROR CLASS> = Intl.NumberFormat()) : ContentGenerator<Number>
Content copied to clipboard
Uses a Intl.NumberFormat to format a value.
Parameters
number Format
the format to be used. Defaults to a system default formatter
Constructors
Link copied to clipboard
fun FormatNumberValueContentGenerator(numberFormat: <ERROR CLASS> = Intl.NumberFormat())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun generateContent( tag: <ERROR CLASS>, value: Number, bounds: Bounds<out Number>)
Content copied to clipboard