Returns an NSString object initialized by copying the characters a given C array of UTF8-encoded bytes.
Original signature is '- (id)initWithUTF8String:(const char *)bytes'
Available in Mac OS X v10.0 and later.


- bytes (String)
- A NULL-terminated C array of bytes in UTF-8 encoding. This value must not be NULL.

An NSString object initialized by copying the bytes from bytes. The returned object may be different from the original receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)