Formatter

value class Formatter<T>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun format(value: T): String?
Link copied to clipboard
fun parse(input: CharSequence): T?