# `TDToken.stringValue`

*Instance Property*

## Declaration

```swift
var stringValue: String! { get }
```

```objc
@property (nonatomic, copy, readonly) NSString * stringValue;
```

```python
stringValue() -> str
```

## Discussion

The string value of this token.

