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