FromString

trait FromString[a: Type]Source

A trait for types that can be constructed from strings.

Signatures

def fromString(x: String): Option[a] with FromString[a] Source

Optionally returns the value associated with the given string s.