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

bool(forKey:)

Returns the Boolean value associated with the specified key. 指定されたキーと結びつけられたブール値を返します。

Declaration 宣言

func bool(forKey aKey: String) -> Bool

Parameters パラメータ

aKey

A key in the key-value store. キー値保管の中のあるキー。

Return Value 戻り値

If a Boolean value is associated with the specified key, that value is returned. If the key was not found, this method returns false. ブール値がこの指定されたキーと結びつけられるならば、その値が返されます。キーが見つけられなかったならば、このメソッドはfalseを返します。

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書