# LibTmux.Internal.OptionParser.Unescape

- **Module:** LibTmux.Internal.OptionParser
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Internal/OptionParser.cs#L162
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-optionparser-unescape/

```
LibTmux.Internal.OptionParser.Unescape(value: string) -> string
```

Undoes the escaping tmux applies when it prints a value.

tmux quotes a value only when it has to, and never nests quotes, so one
matching outer pair can be stripped without ambiguity: a value holding a
double quote is single-quoted and the other way round.

## Parameters

- `value` (string) — The escaped text.

## Returns

The text tmux was asked to store.
