# $field->toString()

Returns the field value as string

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Content/Field.php#L187>

****

```php
$field->toString(): string
```

## Return type

`string`

This method modifies the existing `$field` object it is applied to and returns it again.