Click or drag to resize

IToolsBoldify Method

Format the text with bold characters if enabled in Options

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
string Boldify(
	string text
)

Parameters

text
Type: SystemString
The text to format

Return Value

Type: String
The formatted text
See Also