convertFromString

abstract fun <T> convertFromString(text: String, type: KTypeRef<T>): T(source)

Converts the given text string into an object of type type.