CFUUIDCreateString(_:_:)
Returns the string representation of a specified CFUUID object.
Declaration
func CFUUIDCreateString(_ alloc: CFAllocator!, _ uuid: CFUUID!) -> CFString!Parameters
- alloc:
The allocator to use to allocate memory for the new string. Pass
NULLor Kcfallocatordefault to use the current default allocator. - uuid:
The CFUUID object whose string representation to obtain.
Return Value
The string representation of uuid. Ownership follows the The Create Rule.