get

inline operator fun <T> StringConverter<T>.get(s: String): T

Converts the string provided into an object defined by the specific converter.