loadFromString

open fun loadFromString(input: String): KeyValue

Attempts to create an instance of KeyValue from the given input text.

Return

a KeyValue instance if the load was successful, or null on failure.

Parameters

input

The input text to load.