---
title: "ABPersonCreateWithVCardRepresentation(_:)"
framework: addressbook
role: symbol
role_heading: Function
path: "addressbook/abpersoncreatewithvcardrepresentation(_:)"
---

# ABPersonCreateWithVCardRepresentation(_:)

Returns a new ABPerson object initialized with the given data in vCard format.

## Declaration

```swift
func ABPersonCreateWithVCardRepresentation(_ vCard: CFData!) -> Unmanaged<ABPersonRef>!
```

## Parameters

- `vCard`: The data in vCard format to initialize the new ABPerson object with.

## Return Value

Return Value A new ABPerson object initialized with the given data 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)
- [ABPersonCopyVCardRepresentation(_:)](addressbook/abpersoncopyvcardrepresentation(_:).md)
- [ABPersonCreate()](addressbook/abpersoncreate().md)
- [ABPersonCreateSearchElement(_:_:_:_:_:)](addressbook/abpersoncreatesearchelement(_:_:_:_:_:).md)
- [ABPersonSetImageData(_:_:_:)](addressbook/abpersonsetimagedata(_:_:).md)
- [ABSetMe(_:_:)](addressbook/absetme(_:_:).md)
