Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.PaneId.TryParse

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
PaneId
Package
LibTmux
Source
src/LibTmux/PaneId.cs
TryParse ( text : string? , result : PaneId ) → bool ( text : ReadOnlySpan<char> , result : PaneId ) → bool
methodstaticoverload2 overloads [source]
methodstaticoverload2 overloads [source]
TryParse

Tries to parse a prefixed pane identifier.

Parameters
  • text ( ReadOnlySpan<char> ) – The text to parse.

  • result ( PaneId ) – The parsed identifier when this succeeds.

Returns

true when the text was a canonical identifier.

0 declared, 0 inherited

Esc

Type to search.