Thresher 1.2 Class Documentation

TextColor.StripControlChars Method 

Removes all mIRC control codes from the string.

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

Parameters

text
Dirty text.

Return Value

Cleaned text.

See Also

TextColor Class | Sharkbite.Irc Namespace