# LibTmux.Internal.Utf8BackslashDecoder.ProjectValue

- **Module:** LibTmux.Internal.Utf8BackslashDecoder
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Transport/Utf8BackslashDecoder.cs#L19
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-utf8backslashdecoder-projectvalue/

```
LibTmux.Internal.Utf8BackslashDecoder.ProjectValue(bytes: ReadOnlySpan<byte>) -> string
```

Projects one raw tmux value without splitting it into lines.

A framed value owns its newlines, so line projection would corrupt it.
