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

# ABPersonCopyVCardRepresentation(_:)

Returns the vCard representation of the person as a data object in vCard format.

```
func ABPersonCopyVCardRepresentation(_ person: ABPersonRef!) -> Unmanaged<CFData>!
```

## Parameters

`person`

The person whose vCard representation you wish to obtain.

## Return Value

The vCard representation of `person` as a data object in vCard format. You are responsible for releasing this object.

## Discussion

---

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)