MessageFormatArgument

class MessageFormatArgument(val argumentName: String, formatter: String, locale: Locale) : FormattableArgument(source)

Constructors

Link copied to clipboard
constructor(argumentName: String, formatter: String, locale: Locale)

Properties

Link copied to clipboard
open override val argumentName: String

Name of the argument, a Localization.Entry.argumentName must match this.

Functions

Link copied to clipboard
open override fun format(obj: Any): String

Formats the Localization.Entry.value into a string.

Link copied to clipboard
open override fun toString(): String