Thresher 1.2 Class Documentation

TextColor.MakeBold Method 

Add Bold control codes.

[Visual Basic]
Public Shared Function MakeBold( _
   ByVal text As String _
) As String
[C#]
public static string MakeBold(
   string text
);

Parameters

text
A piece of text.

Return Value

The text with the added control codes.

See Also

TextColor Class | Sharkbite.Irc Namespace