CFStringCreateWithBytes ( alloc bytes numBytes encoding isExternalRepresentation -- CFStringRef )


Vocabulary
core-foundation.strings

Inputs
allocan object
bytesan object
numBytesan object
encodingan object
isExternalRepresentationan object


Outputs
CFStringRefan object


Definition


FUNCTION: CFStringRef CFStringCreateWithBytes
( CFAllocatorRef alloc, UInt8* bytes, CFIndex numBytes,
CFStringEncoding encoding, Boolean isExternalRepresentation
)