---
title: length
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_string_token_t/length
---

# length

The size of the data buffer, in bytes.

## Declaration

```swift
var length: Int
```

## Discussion

Discussion This value doesn’t include the null terminator.

## See Also

### Inspecting the Token

- [data](endpointsecurity/es_string_token_t/data.md)
