---
title: length
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsattributedstring/length
---

# length

The length of the attributed string.

## Declaration

```swift
var length: Int { get }
```

## See Also

### Related Documentation

- [size()](foundation/nsattributedstring/size().md)
- [length](foundation/nsstring/length.md)

### Getting the characters

- [string](foundation/nsattributedstring/string.md)
- [attributedSubstring(from:)](foundation/nsattributedstring/attributedsubstring(from:).md)
