CFURLGetString(_:)
Returns the URL as a CFString object.
Declaration
func CFURLGetString(_ anURL: CFURL!) -> CFString!Parameters
- anURL:
The
CFURLobject to convert into aCFStringobject.
Return Value
A string representation of anURL. Ownership follows the get rule. See The Get Rule.