The string value of the desired key. 望むキーの文字列値。
Initializerinit(string
init(stringValue:)
Creates a new instance from the given string.
与えられた値から新しいインスタンスを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init?(stringValue: String
)
Parameters パラメータ
stringValue
Discussion 解説
If the string passed as string
does not correspond to any instance of this type, the result is nil
.
string
として渡される値がこの型の何らかのインスタンスと一致しないならば、結果はnil
です。