---
title: string
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/urlcomponents/string
---

# string

A URL derived from the components object, in string form.

## Declaration

```swift
var string: String? { get }
```

## See Also

### Getting the URL

- [url](foundation/urlcomponents/url.md)
- [url(relativeTo:)](foundation/urlcomponents/url(relativeto:).md)
