Contents

CFStringGetTypeID()

Returns the type identifier for the CFString opaque type.

Declaration

func CFStringGetTypeID() -> CFTypeID

Return Value

The type identifier for the CFString opaque type.

Discussion

CFMutableString objects have the same type identifier as CFString objects.

See Also

Getting String Properties