Makes the text bold if Boldify is enabled
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax string Boldify(
string text
)
Function Boldify (
text As String
) As String
String^ Boldify(
String^ text
)
abstract Boldify :
text : string -> string
Parameters
- text
- Type: SystemString
Text to boldify
Return Value
Type:
StringBoldified text
See Also