Table of Contents

Method GetBoldTagSplitted

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

GetBoldTagSplitted(ReadOnlySpan<char>)

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

public static TextAndFontStyle[] GetBoldTagSplitted(ReadOnlySpan<char> s)

Parameters

s ReadOnlySpan<char>

Html text to split.

Returns

TextAndFontStyle[]