<!--
{
  "availability" : [
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABCreateFormattedAddressFromDictionary(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABCreateFormattedAddressFromDictionary"
  },
  "title" : "ABCreateFormattedAddressFromDictionary(_:_:)"
}
-->

# ABCreateFormattedAddressFromDictionary(_:_:)

Returns a string containing the formatted address.

```
func ABCreateFormattedAddressFromDictionary(_ addressBook: ABAddressBookRef!, _ address: CFDictionary!) -> Unmanaged<CFString>!
```

## Parameters

`addressBook`

The address book for the logged-in person.

`address`

The address for the logged-in person.

## Return Value

Returns a string containing the formatted address. You are responsible for releasing this object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)