A pointer to a sequence of contiguous, UTF-8 encoded bytes ending just before the first zero byte. 最初のゼロバイト直前で終わっている、隣接の、UTF-8エンコードされた幾らかのバイトに対するポインタ。
Initializerinit(c
init(cString:)
Creates a string from the null-terminated, UTF-8 encoded sequence of bytes at the given pointer.
与えられたポインタでの、null終端の、UTF-8エンコードされたバイトシーケンスから文字列を作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(cString nullTerminatedUTF8: UnsafePointer
<CChar
>)
Parameters パラメータ
nullTerminatedUTF8