parse

abstract fun parse(input: CharSequence): T(source)

Parses the given input string as T using this format.

Throws

if the input string is not in the expected format or the value is invalid.