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