init(utf8String:)
Creates a string by copying the data from a given null-terminated C array of UTF8-encoded bytes.
Declaration
init?(utf8String bytes: UnsafePointer<CChar>)Creates a string by copying the data from a given null-terminated C array of UTF8-encoded bytes.
init?(utf8String bytes: UnsafePointer<CChar>)