Initializer

init(utf8String:)

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

Declaration 宣言

init?(utf8String bytes: UnsafePointer<CChar>)

See Also 参照

Creating a String from Unicode Data 文字列をユニコードデータから作成する