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

stringForKey:

Returns the string associated with the specified key. 指定されたキーと結びつけられた文字列を返します。

Declaration 宣言

- (NSString *)stringForKey:(NSString *)aKey;

Parameters パラメータ

aKey

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

Return Value 戻り値

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

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書