Click or drag to resize

IToolsStripUnderline Method

Strip all underline control codes

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

Parameters

text
Type: SystemString
Text to strip

Return Value

Type: String
The stripped text
See Also