---
title: vCardRepresentation()
framework: addressbook
role: symbol
role_heading: Instance Method
path: addressbook/abperson/vcardrepresentation()
---

# vCardRepresentation()

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

## Declaration

```swift
func vCardRepresentation() -> Data!
```

## Return Value

Return Value A data object containing the vCard representation of the person record.

## See Also

### Importing and Exporting vCard Formatted Files

- [init(VCardRepresentation:)](addressbook/abperson/init(vcardrepresentation:)-5c7h8.md)
