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

data(forKey:)

Returns the data object associated with the specified key. 指定されたキーと結びつけられたデータオブジェクトを返します。

Declaration 宣言

func data(forKey aKey: String) -> Data?

Parameters パラメータ

aKey

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

Return Value 戻り値

The data object associated with the specified key or nil if the key was not found or its value is not an NSData object. 指定されたキーと結びつけられたデータオブジェクトまたはnil、もしそのキーが見つけられなかったまたはそれの値がNSDataオブジェクトでないならば。

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書