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

# length

The number of bytes contained by the data object.

## Declaration

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

## See Also

### Testing Data

- [isEqual(to:)](foundation/nsdata/isequal(to:).md)
