Type Method 型メソッド

stringWithCString:

Creates a new string using a given C-string. 新しい文字列をある与えられたC文字列で作成します。

Declaration 宣言

+ (id)stringWithCString:(const char *)bytes;

Discussion 議論

cString should contain data in the default C string encoding. If the argument passed to stringWithCString: is not a zero-terminated C-string, the results are undefined. cStringは、データを省略時のC文字列符号化において含むべきです。stringWithCString:に渡された引数がゼロ終端されたC文字列でないならば、結果は未定義です。

See Also 参照

Deprecated 非推奨

Related Documentation 関連文書