---
title: "string(from:)"
framework: contacts
role: symbol
role_heading: Instance Method
path: "contacts/cnpostaladdressformatter/string(from:)"
---

# string(from:)

Returns a formatted postal address.

## Declaration

```swift
func string(from postalAddress: CNPostalAddress) -> String
```

## Parameters

- `postalAddress`: The postal address to format.

## Return Value

Return Value The formatted postal address.

## See Also

### Generating a formatted string

- [string(from:style:)](contacts/cnpostaladdressformatter/string(from:style:).md)
