Thresher 1.2 Class Documentation

TextColor.MakeUnderline Method 

Add Underline control codes.

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

Parameters

text
A piece of text.

Return Value

The text with the added control codes.

See Also

TextColor Class | Sharkbite.Irc Namespace