Contents

CFURLGetString(_:)

Returns the URL as a CFString object.

Declaration

func CFURLGetString(_ anURL: CFURL!) -> CFString!

Parameters

  • anURL:

    The CFURL object to convert into a CFString object.

Return Value

A string representation of anURL. Ownership follows the get rule. See The Get Rule.

See Also

Converting URLs to Other Representations