# LibTmux.Mcp.BoundedText.ToDisplayString

- **Module:** LibTmux.Mcp.BoundedText
- **Package:** LibTmux.Mcp
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Mcp/Results/BoundedText.cs#L117
- **Page:** https://libtmux.org/en/dotnet/latest/mcp/reference/libtmux-mcp-boundedtext-todisplaystring/

```
LibTmux.Mcp.BoundedText.ToDisplayString() -> string
```

Renders the text as one block, noting any loss at the top.

The notice leads because a reader who sees it will read what follows as
a tail rather than as the whole pane.

## Returns

The lines joined by newlines, after any truncation notice.
