---
title: uuidString
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/uuid/uuidstring
---

# uuidString

Returns a string created from the UUID, such as “E621E1F8-C36C-495A-93FC-0C247A3E6E5F”

## Declaration

```swift
var uuidString: String { get }
```

## See Also

### Getting UUID Values

- [uuid](foundation/uuid/uuid.md)
