TryParse(string, Style) Method
Converts the string representation of a style to its
Style
equivalent.
A return value indicates whether the operation succeeded.
public static bool TryParse(string text, out Style result)
- Namespace
- Spectre
.Console - Containing Type
- Style
Parameters
Returns
- bool