---
title: "ABPersonCopyVCardRepresentation(_:)"
framework: addressbook
role: symbol
role_heading: Function
path: "addressbook/abpersoncopyvcardrepresentation(_:)"
---

# ABPersonCopyVCardRepresentation(_:)

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

## Declaration

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

## Parameters

- `person`: The person whose vCard representation you wish to obtain.

## Return Value

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

## See Also

### People

- [ABCopyArrayOfAllPeople(_:)](addressbook/abcopyarrayofallpeople(_:).md)
- [ABGetMe(_:)](addressbook/abgetme(_:).md)
- [ABPersonCopyImageData(_:)](addressbook/abpersoncopyimagedata(_:).md)
- [ABPersonCopyParentGroups(_:)](addressbook/abpersoncopyparentgroups(_:).md)
- [ABPersonCreate()](addressbook/abpersoncreate().md)
- [ABPersonCreateSearchElement(_:_:_:_:_:)](addressbook/abpersoncreatesearchelement(_:_:_:_:_:).md)
- [ABPersonCreateWithVCardRepresentation(_:)](addressbook/abpersoncreatewithvcardrepresentation(_:).md)
- [ABPersonSetImageData(_:_:_:)](addressbook/abpersonsetimagedata(_:_:).md)
- [ABSetMe(_:_:)](addressbook/absetme(_:_:).md)
