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

appendString:

Adds to the end of the receiver the characters of a given string. レシーバの終わりにある与えられた文字列の文字を加えます。

Declaration 宣言

- (void)appendString:(NSString *)aString;

Parameters パラメータ

aString

The string to append to the receiver. aString must not be nil レシーバに追加することになる文字列。aStringは、nilであってはいけません。

See Also 参照

Modifying a String 文字列を修正する