On this page
LibTmux.Internal.SessionName.Validate
- Module
- LibTmux.Internal
- Declared in
- SessionName
- Package
- LibTmux
- Source
- src/LibTmux/Internal/SessionName.cs
-
Validates and returns one tmux session name.
- Parameters
-
-
name ( string? ) – The candidate name.
-
- Returns
-
The accepted name.
- Raises
-
-
ArgumentNullException – The name is null.
-
ArgumentException – The name is blank or contains a target separator.
-
0 declared, 0 inherited