Type Method 型メソッド

stringWithString:

Returns a string created by copying the characters from another given string. 別の与えられた文字列から文字をコピーすることによって作成される文字列を返します。

Declaration 宣言

+ (instancetype)stringWithString:(NSString *)string;

Parameters パラメータ

aString

The string from which to copy characters. This value must not be nil. それから文字をコピーすることになる文字列。この値は、nilではいけません。

Return Value 戻り値

A string created by copying the characters from aString. aStringから文字をコピーすることによって作成された文字列。

See Also 参照

Creating and Initializing Strings 文字列の作成と初期化