---
title: description
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/wissid/description
---

# description

This property provides a readable representation suitable for logging and debugging.

## Declaration

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

## Discussion

Discussion When the SSID can be converted to UTF-8 text, it displays the text in quotes. Otherwise, it shows the raw bytes as hexadecimal values.
