WeaverUtilities.

ApplyBoldTagsToLastSection(StringBuilder, int, int) Method

Summary

Inserts rich text bold tags around the last word in `text`. The following characters denote the start of a section: dot, slash, tab, new line.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void ApplyBoldTagsToLastSection(StringBuilder text, int skipSections = 0, int sectionCount = 1)

Parameters

Name Type Description
text StringBuilder
skipSections int
sectionCount int

Return Value

Type Description
void