convert

open fun convert(source: String): T?

Delegates conversion to the underlying delegate.

Return

the converted output, or null if conversion fails

Parameters

source

the raw output string to convert