Returns a string created by copying the data from a given C array of UTF8-encoded bytes.
Original signature is '+ (id)stringWithUTF8String:(const char *)bytes'
Available in Mac OS X v10.0 and later.


- bytes (String)
- A NULL-terminated C array of bytes in UTF8 encoding.

A string created by copying the data from bytes.

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