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

appendFormat:

Adds a constructed string to the receiver. ある組み立てられた文字列をレシーバへと加えます。

Declaration 宣言

- (void)appendFormat:(NSString *)format, ...;

Parameters パラメータ

format

A format string. See Formatting String Objects for more information. This value must not be nil. 書式設定文字列。Formatting String Objectsを詳細として見てください。この値は、nilではいけません。

...

A comma-separated list of arguments to substitute into format. formatへと置換することになる、引数のコンマ区切りのリスト。

See Also 参照

Modifying a String 文字列を修正する