FromString
class FromString[a: Type]
SourceA trait for types that can be constructed from strings.
Signatures
def fromString(x: String): Option[a] with FromString[a]
SourceOptionally returns the value associated with the given string s
.
class FromString[a: Type]
SourceA trait for types that can be constructed from strings.
def fromString(x: String): Option[a] with FromString[a]
SourceOptionally returns the value associated with the given string s
.