CFStringGetTypeID()
Returns the type identifier for the CFString opaque type.
Declaration
func CFStringGetTypeID() -> CFTypeIDReturn Value
The type identifier for the CFString opaque type.
Discussion
CFMutableString objects have the same type identifier as CFString objects.