Type Method 型メソッド

string(withCString:)

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

Declaration 宣言

class func string(withCString bytes: UnsafePointer<CChar>) -> Any?

Discussion 議論

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

See Also 参照

Deprecated 非推奨

Related Documentation 関連文書