Table of Contents

Method GetBoldTagSplitted

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetBoldTagSplitted(object?)

Splits html text with bold tags into collection of strings with font style attribute.

public static TextAndFontStyle[] GetBoldTagSplitted(object? s)

Parameters

s object

Html text to split.

Returns

TextAndFontStyle[]