FromInterpolated(FormattableString, Style) Method
Returns a new instance of a Markup widget from an interpolated string.
public static Markup FromInterpolated(FormattableString value, Style style = null)
- Namespace
- Spectre
.Console - Containing Type
- Markup
Parameters
- FormattableString value
- The interpolated string value to write.
- Style style
- The style of the text.