Type Method 型メソッド

stringWithUTF8String:

Returns a string created by copying the data from a given C array of UTF8-encoded bytes. UTF8符号化されたバイトからなるある与えられたC配列からデータをコピーすることによって作成される文字列を返します。

Declaration 宣言

+ (instancetype)stringWithUTF8String:(const char *)nullTerminatedCString;

Parameters パラメータ

bytes

A NULL-terminated C array of bytes in UTF8 encoding. UTF8符号化でのバイトからなるNULL終端されたC配列。

Return Value 戻り値

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

See Also 参照

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