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
s
objectHtml 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.