convertToString

abstract fun <T> convertToString(value: T, type: KTypeRef<T>): String(source)

Converts the given value object into a string based on the specified static type.