init(stringValue:)
Creates a new instance from the given string.
Declaration
init?(stringValue: String)Parameters
- stringValue:
The string value of the desired key.
Discussion
If the string passed as stringValue does not correspond to any instance of this type, the result is nil.