Method GetBoldTagSplitted
GetBoldTagSplitted(object?)
Splits html text with bold tags into collection of strings with font style attribute.
public static TextAndFontStyle[] GetBoldTagSplitted(object? s)
Parameters
sobjectHtml text to split.
Splits html text with bold tags into collection of strings with font style attribute.
public static TextAndFontStyle[] GetBoldTagSplitted(object? s)
s objectHtml text to split.