Instance Method インスタンスメソッド

object(forKey:)

Returns the value of the component corresponding to the specified key. 指定されたキーに対応する構成要素の値を返します。

Declaration 宣言

func object(forKey key: NSLocale.Key) -> Any?

Parameters パラメータ

key

The component for which to return the corresponding value. For possible values, see NSLocale.Key. それに対して対応している値を返すことになる構成要素。可能な値として、NSLocale.Keyを見てください。

Return Value 戻り値

The object corresponding to key. keyに対応しているオブジェクト。

See Also 参照

Accessing Locale Information by Key キーによってロケール情報にアクセスする