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

set(_:forKey:)

Sets a string object for the specified key in the key-value store. 文字列をこの指定されたキーに対してキー値保管において設定します。

Declaration 宣言

func set(_ aString: String?, 
  forKey aKey: String)

Parameters パラメータ

aString

The string you want to store. The total size (in bytes) of the string must not exceed the per-key size limits. あなたが格納したい文字列。文字列の全体の大きさ(バイトでの)は、キーごとの大きさ制限を越えてはいけません。

aKey

The key under which to store the value. The length of this key must not exceed 64 bytes using UTF8 encoding. それの下で値を格納することになるキー。このキーの長さは、UTF8符号化を使って64バイトを越えてはいけません。

See Also 参照

Setting Values 値を設定する