Initializer

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. stringValueとして渡される値がこの型の何らかのインスタンスと一致しないならば、結果はnilです。