NullableFloatTransformer

Transformer for converting between nullable Float values and their string representation. Empty strings are converted to null values.

Functions

Link copied to clipboard
open override fun fromString(string: String): Float?

Converts a string back to a typed value.

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

Converts a value to its string representation.