fromString

abstract fun fromString(string: String): Value

Converts a string back to a typed value.

Return

The typed value parsed from the string

Parameters

string

The string to convert